LinkedService interface
最上層連結服務資源容器。
- Extends
屬性
provisioning |
鏈接服務的布建狀態。 |
resource |
將連結至工作區之資源的資源標識碼。 這應該用於連結需要讀取許可權的資源 |
tags | 資源標籤。 |
write |
將連結至工作區之資源的資源標識碼。 這應該用於連結需要寫入存取權的資源 |
繼承的屬性
id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
provisioningState
鏈接服務的布建狀態。
provisioningState?: string
屬性值
string
resourceId
將連結至工作區之資源的資源標識碼。 這應該用於連結需要讀取許可權的資源
resourceId?: string
屬性值
string
tags
資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
writeAccessResourceId
將連結至工作區之資源的資源標識碼。 這應該用於連結需要寫入存取權的資源
writeAccessResourceId?: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string