ProviderResourceType interface
資源提供者所管理的資源類型。
屬性
| aliases | 此資源類型支援的別名。 |
| api |
資源提供者的 API 設定檔。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| api |
API 版本。 |
| capabilities | 此資源類型所提供的其他功能。 |
| default |
預設 API 版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| location |
此資源類型所支援的位置對應。 |
| locations | 可以建立此資源類型的位置集合。 |
| properties | 屬性。 |
| resource |
資源類型。 |
| zone |
屬性詳細資料
aliases
apiProfiles
apiVersions
API 版本。
apiVersions?: string[]
屬性值
string[]
capabilities
此資源類型所提供的其他功能。
capabilities?: string
屬性值
string
defaultApiVersion
預設 API 版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。
defaultApiVersion?: string
屬性值
string
locationMappings
locations
可以建立此資源類型的位置集合。
locations?: string[]
屬性值
string[]
properties
屬性。
properties?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
resourceType
資源類型。
resourceType?: string
屬性值
string