次の方法で共有


IResource インターフェイス

定義

Fluent リソースの基本インターフェイス。

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

プロパティ

Id

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

(継承元 IHasId)
Key

Fluent リソースの基本インターフェイス。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Region

Fluent リソースの基本インターフェイス。

RegionName

Fluent リソースの基本インターフェイス。

Tags

Fluent リソースの基本インターフェイス。

Type

Fluent リソースの基本インターフェイス。

適用対象