VirtualClusterUpdate interface
An update request for virtual cluster.
Properties
child |
List of resources in this virtual cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
subnet |
Subnet resource ID for the virtual cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
version | Virtual cluster version. |
Property Details
childResources
List of resources in this virtual cluster. NOTE: This property will not be serialized. It can only be populated by the server.
childResources?: string[]
Property Value
string[]
subnetId
Subnet resource ID for the virtual cluster. NOTE: This property will not be serialized. It can only be populated by the server.
subnetId?: string
Property Value
string
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
version
Virtual cluster version.
version?: string
Property Value
string