ClusterResourceProperties interface
Cluster resource properties.
Properties
cluster |
Cluster profile. |
cluster |
The type of cluster. |
compute |
The compute profile. |
deployment |
A unique id generated by the RP to identify the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Business status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clusterProfile
clusterType
The type of cluster.
clusterType: string
Property Value
string
computeProfile
deploymentId
A unique id generated by the RP to identify the resource. NOTE: This property will not be serialized. It can only be populated by the server.
deploymentId?: string
Property Value
string
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
status
Business status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Azure SDK for JavaScript