次の方法で共有


IProvider インターフェイス

定義

Azure リソース プロバイダーの不変のクライアント側表現。

public interface IProvider : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IProvider = interface
    interface IIndexable
    interface IHasInner<ProviderInner>
Public Interface IProvider
Implements IHasInner(Of ProviderInner), IIndexable
実装

プロパティ

Inner

Azure リソース プロバイダーの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure リソース プロバイダーの不変のクライアント側表現。

(継承元 IIndexable)
Namespace

Azure リソース プロバイダーの不変のクライアント側表現。

RegistrationState

Azure リソース プロバイダーの不変のクライアント側表現。

ResourceTypes

Azure リソース プロバイダーの不変のクライアント側表現。

適用対象