次の方法で共有


ProviderOperationsMetadataOperationsExtensions.Get メソッド

定義

プロバイダー操作のメタデータを取得します

public static Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult Get (this Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations operations, string resourceProviderNamespace);
static member Get : Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations * string -> Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult
<Extension()>
Public Function Get (operations As IProviderOperationsMetadataOperations, resourceProviderNamespace As String) As ProviderOperationsMetadataGetResult

パラメーター

operations
IProviderOperationsMetadataOperations

Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations への参照。

resourceProviderNamespace
String

必須。 リソース プロバイダーの名前空間です。

戻り値

プロバイダー操作のメタデータ

適用対象