FeaturesOperationsExtensions.Unregister メソッド

定義

サブスクリプションのプレビュー機能の登録を解除します。

public static Microsoft.Azure.Management.ResourceManager.Models.FeatureResult Unregister (this Microsoft.Azure.Management.ResourceManager.IFeaturesOperations operations, string resourceProviderNamespace, string featureName);
static member Unregister : Microsoft.Azure.Management.ResourceManager.IFeaturesOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.FeatureResult
<Extension()>
Public Function Unregister (operations As IFeaturesOperations, resourceProviderNamespace As String, featureName As String) As FeatureResult

パラメーター

operations
IFeaturesOperations

この拡張メソッドの操作グループ。

resourceProviderNamespace
String

リソース プロバイダーの名前空間。

featureName
String

登録を解除する機能の名前。

戻り値

適用対象