次の方法で共有


ResourceWithOptionalLocationOutput interface

location プロパティを省略可能にしたリソース モデル定義。

プロパティ

id

リソース ID

location

リソースの場所

name

リソース名

tags

リソース タグ

type

リソースの種類

プロパティの詳細

id

リソース ID

id?: string

プロパティ値

string

location

リソースの場所

location?: string

プロパティ値

string

name

リソース名

name?: string

プロパティ値

string

tags

リソース タグ

tags?: Record<string, string>

プロパティ値

Record<string, string>

type

リソースの種類

type?: string

プロパティ値

string