ServiceResource interface
サービス トポロジ内のサービスのリソース表現。
- Extends
プロパティ
| target |
サービス内のリソースが属する、またはデプロイする必要がある Azure の場所。 |
| target |
サービス内のリソースが属しているか、デプロイする必要があるサブスクリプション。 |
継承されたプロパティ
| id | リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
| location | リソースが保存されている地理的な場所 |
| name | リソースの名前注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
| tags | リソース タグ。 |
| type | リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
プロパティの詳細
targetLocation
サービス内のリソースが属する、またはデプロイする必要がある Azure の場所。
targetLocation: string
プロパティ値
string
targetSubscriptionId
サービス内のリソースが属しているか、デプロイする必要があるサブスクリプション。
targetSubscriptionId: string
プロパティ値
string
継承されたプロパティの詳細
id
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
id?: string
プロパティ値
string
location
name
リソースの名前注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
name?: string
プロパティ値
string
tags
リソース タグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
type
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
type?: string
プロパティ値
string