次の方法で共有


INestedResource インターフェイス

定義

型には、com.microsoft.azure.Resource の ARM エンベロップ プロパティのサブセット、つまり ID、名前、型が含まれています。

public interface INestedResource : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type INestedResource = interface
    interface IBeta
    interface IIndexable
    interface IHasId
Public Interface INestedResource
Implements IBeta, IHasId, IIndexable
派生
実装

プロパティ

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Key

型には、com.microsoft.azure.Resource の ARM エンベロップ プロパティのサブセット、つまり ID、名前、型が含まれています。

(継承元 IIndexable)
Name

リソース名を取得します。

Type

リソースの種類を取得します。

適用対象