次の方法で共有


IResourceManager インターフェイス

定義

Azure リソース管理へのエントリ ポイント。

public interface IResourceManager : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManagementClient>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManagementClient>
type IResourceManager = interface
    interface IManager<IResourceManagementClient>
    interface IHasInner<IResourceManagementClient>
    interface IManagerBase
Public Interface IResourceManager
Implements IHasInner(Of IResourceManagementClient), IManager(Of IResourceManagementClient)
派生
実装

プロパティ

Deployments

デプロイ管理 API エントリ ポイントを取得します。

Features

機能管理 API エントリ ポイントを取得します。

GenericResources

汎用リソース管理 API エントリ ポイントを取得します。

Inner

Azure リソース管理へのエントリ ポイント。

(継承元 IHasInner<T>)
PolicyAssignments

ポリシー割り当て管理 API エントリ ポイントを取得します。

PolicyDefinitions

ポリシー定義管理 API エントリ ポイントを取得します。

Providers

プロバイダー管理 API エントリ ポイントを取得します。

ResourceGroups

リソース グループ管理 API エントリ ポイントを取得します。

ResourceManager

Azure リソース管理へのエントリ ポイント。

(継承元 IManagerBase)
RestClient

Azure リソース管理へのエントリ ポイント。

(継承元 IManager<InnerT>)
SubscriptionId

Azure リソース管理へのエントリ ポイント。

(継承元 IManagerBase)

適用対象