Class AzureApiVersion
Inheritance
AzureApiVersion
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
[Serializable]
public sealed class AzureApiVersion
Constructors
|
Edit this page
View Source
AzureApiVersion(string, string)
Declaration
public AzureApiVersion(string key, string value)
Parameters
Properties
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
Value
Declaration
public string Value { get; }
Property Value
Extension Methods