BasicDependency クラス

デプロイメントの依存関係情報です。

継承
azure.mgmt.resource.resources._serialization.Model
BasicDependency

コンストラクター

BasicDependency(*, id: str | None = None, resource_type: str | None = None, resource_name: str | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
id
str

依存関係の ID。

resource_type
str

依存関係リソースの種類。

resource_name
str

依存関係リソース名。

変数

名前 説明
id
str

依存関係の ID。

resource_type
str

依存関係リソースの種類。

resource_name
str

依存関係リソース名。