ResponseMessageEnvelopeRemotePrivateEndpointConnection interface
訊息信封,其中包含常見的 Azure 資源管理員屬性和資源提供者特定內容。
屬性
| error | Azure-AsyncOperation 錯誤資訊。 |
| id | 資源標識碼。通常只會針對 GET 要求的響應填入識別碼。 呼叫端負責只針對 GET 要求傳入此值。 例如:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename} |
| identity | MSI 資源 |
| location | 地理區域資源屬於 SouthCentralUS、SouthEastAsia。 |
| name | 資源的名稱。 |
| plan | Azure Resource Manager 方案。 |
| properties | 資源特定屬性。 |
| sku | 資源的 SKU 描述。 |
| status | Azure-AsyncOperation 狀態資訊。 |
| tags | 與資源相關聯的標記。 |
| type | 資源類型,例如「Microsoft.Web/sites」。 |
| zones | 服務裝載於的邏輯可用性區域 |
屬性詳細資料
error
id
資源標識碼。通常只會針對 GET 要求的響應填入識別碼。 呼叫端負責只針對 GET 要求傳入此值。 例如:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}
id?: string
屬性值
string
identity
location
地理區域資源屬於 SouthCentralUS、SouthEastAsia。
location?: string
屬性值
string
name
資源的名稱。
name?: string
屬性值
string
plan
properties
sku
status
Azure-AsyncOperation 狀態資訊。
status?: string
屬性值
string
tags
與資源相關聯的標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
type
資源類型,例如「Microsoft.Web/sites」。
type?: string
屬性值
string
zones
服務裝載於的邏輯可用性區域
zones?: string[]
屬性值
string[]