ClusterCreateRequestValidationParameters interface

The cluster create request specification.

Extends

Properties

fetchAaddsResource

This indicates whether fetch Aadds resource or not.

name

The cluster name.

tenantId

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?: boolean

Property Value

boolean

name

The cluster name.

name?: string

Property Value

string

tenantId

The tenant id.

tenantId?: string

Property Value

string

type

The resource type.

type?: string

Property Value

string

Inherited Property Details

identity

The identity of the cluster, if configured.

identity?: ClusterIdentity

Property Value

Inherited From ClusterCreateParametersExtended.identity

location

The location of the cluster.

location?: string

Property Value

string

Inherited From ClusterCreateParametersExtended.location

properties

The cluster create parameters.

properties?: ClusterCreateProperties

Property 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