DedicatedCloudService interface
Dedicated cloud service model
Properties
gateway |
gateway Subnet for the account. It will collect the subnet address and always treat it as /28 |
id | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName} NOTE: This property will not be serialized. It can only be populated by the server. |
is |
indicates whether account onboarded or not in a given region NOTE: This property will not be serialized. It can only be populated by the server. |
location | Azure region |
name | {dedicatedCloudServiceName} NOTE: This property will not be serialized. It can only be populated by the server. |
nodes | total nodes purchased NOTE: This property will not be serialized. It can only be populated by the server. |
serviceURL | link to a service management web portal NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The list of tags |
type | {resourceProviderNamespace}/{resourceType} NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
gatewaySubnet
gateway Subnet for the account. It will collect the subnet address and always treat it as /28
gatewaySubnet?: string
Property Value
string
id
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
isAccountOnboarded
indicates whether account onboarded or not in a given region NOTE: This property will not be serialized. It can only be populated by the server.
isAccountOnboarded?: OnboardingStatus
Property Value
location
Azure region
location: string
Property Value
string
name
{dedicatedCloudServiceName} NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
nodes
total nodes purchased NOTE: This property will not be serialized. It can only be populated by the server.
nodes?: number
Property Value
number
serviceURL
link to a service management web portal NOTE: This property will not be serialized. It can only be populated by the server.
serviceURL?: string
Property Value
string
tags
The list of tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
{resourceProviderNamespace}/{resourceType} NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string