TrackedResource interface

ARM 追跡最上位リソースのリソース モデル定義

Extends

プロパティ

location

リソースが保存されている Azure リージョン

tags

リソース タグ。

継承されたプロパティ

id

リソースの完全修飾リソース ID。 例 - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}' 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name

リソース名注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

リソースの型。 例 - 'Microsoft.Network/privateDnsZones' 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

location

リソースが保存されている Azure リージョン

location?: string

プロパティ値

string

tags

リソース タグ。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

継承されたプロパティの詳細

id

リソースの完全修飾リソース ID。 例 - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}' 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

Resource.idから継承

name

リソース名注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

Resource.nameから継承

type

リソースの型。 例 - 'Microsoft.Network/privateDnsZones' 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

Resource.typeから継承