Class AzureResource
Azure services only.
Represents an Azure service resource (infrastructure-level),
not an API data resource (e.g. Microsoft Graph objects).
Inheritance
AzureResource
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
[Serializable]
public class AzureResource
Fields
|
Edit this page
View Source
name
Declaration
[Tooltip("The name of the Azure resource.")]
[SerializeField]
public string name
Field Value
|
Edit this page
View Source
region
Declaration
[Tooltip("The region where the Azure resource is deployed.")]
[SerializeField]
public Region region
Field Value
|
Edit this page
View Source
serviceType
Declaration
[HideInInspector]
[SerializeField]
public AzureServiceType serviceType
Field Value
|
Edit this page
View Source
subToken
Declaration
[Tooltip("The subscription key for accessing the Azure resource.")]
[FormerlySerializedAs("subscriptionKey")]
[SerializeField]
public SecureToken subToken
Field Value
Methods
|
Edit this page
View Source
GetSubToken()
Declaration
public string GetSubToken()
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods