ProviderProperties interface
Provider properties.
Properties
| aad | Azure Active Directory info. |
| company | Company name. NOTE: This property will not be serialized. It can only be populated by the server. |
| default |
Provider's default endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
| description | A description about this provider. NOTE: This property will not be serialized. It can only be populated by the server. |
| managed |
Provider's Managed-Application info |
| pricing |
The list of pricing dimensions from the provider. |
| provider |
Provider type. NOTE: This property will not be serialized. It can only be populated by the server. |
| quota |
The list of quota dimensions from the provider. |
| skus | The list of skus available from this provider. |
| targets | The list of targets available from this provider. |
Property Details
aad
company
Company name. NOTE: This property will not be serialized. It can only be populated by the server.
company?: string
Property Value
string
defaultEndpoint
Provider's default endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
defaultEndpoint?: string
Property Value
string
description
A description about this provider. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
managedApplication
Provider's Managed-Application info
managedApplication?: ProviderPropertiesManagedApplication
Property Value
pricingDimensions
The list of pricing dimensions from the provider.
pricingDimensions?: PricingDimension[]
Property Value
providerType
Provider type. NOTE: This property will not be serialized. It can only be populated by the server.
providerType?: string
Property Value
string
quotaDimensions
The list of quota dimensions from the provider.
quotaDimensions?: QuotaDimension[]
Property Value
skus
The list of skus available from this provider.
skus?: SkuDescription[]
Property Value
targets
The list of targets available from this provider.
targets?: TargetDescription[]