ClusterCreateRequestValidationParameters interface    
The cluster create request specification.
- Extends
Properties
| fetch | This indicates whether fetch Aadds resource or not. | 
| name | The cluster name. | 
| tenant | The tenant id. | 
| type | The resource type. | 
Inherited Properties
| identity | The identity of the cluster, if configured. | 
| location | The location of the cluster. | 
| properties | The cluster create parameters. | 
| tags | The resource tags. | 
| zones | The availability zones. | 
Property Details
		fetchAaddsResource
	  
	This indicates whether fetch Aadds resource or not.
fetchAaddsResource?: booleanProperty Value
boolean
name
The cluster name.
name?: stringProperty Value
string
		tenantId
	 
	The tenant id.
tenantId?: stringProperty Value
string
type
The resource type.
type?: stringProperty Value
string
Inherited Property Details
identity
The identity of the cluster, if configured.
identity?: ClusterIdentityProperty Value
Inherited From ClusterCreateParametersExtended.identity
location
The location of the cluster.
location?: stringProperty Value
string
Inherited From ClusterCreateParametersExtended.location
properties
The cluster create parameters.
properties?: ClusterCreatePropertiesProperty Value
Inherited From ClusterCreateParametersExtended.properties
tags
The resource tags.
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
Inherited From ClusterCreateParametersExtended.tags
zones
The availability zones.
zones?: string[]Property Value
string[]
Inherited From ClusterCreateParametersExtended.zones