ClusterCreateRequestValidationParameters interface
叢集建立要求規格。
- Extends
屬性
fetch |
這表示是否擷取 Aadds 資源。 |
name | 叢集名稱。 |
tenant |
租用戶標識碼。 |
type | 資源類型。 |
繼承的屬性
identity | 如果已設定,則為叢集的身分識別。 |
location | 叢集的位置。 |
properties | 叢集建立參數。 |
tags | 資源標記。 |
zones | 可用性區域。 |
屬性詳細資料
fetchAaddsResource
這表示是否擷取 Aadds 資源。
fetchAaddsResource?: boolean
屬性值
boolean
name
叢集名稱。
name?: string
屬性值
string
tenantId
租用戶標識碼。
tenantId?: string
屬性值
string
type
資源類型。
type?: string
屬性值
string
繼承的屬性詳細資料
identity
如果已設定,則為叢集的身分識別。
identity?: ClusterIdentity
屬性值
location
properties
叢集建立參數。
properties?: ClusterCreateProperties
屬性值
tags
資源標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}