SubscriptionFeatureRegistrationsOperationsExtensions.Delete メソッド

定義

機能の登録を削除します

public static void Delete (this Microsoft.Azure.Management.ResourceManager.ISubscriptionFeatureRegistrationsOperations operations, string providerNamespace, string featureName);
static member Delete : Microsoft.Azure.Management.ResourceManager.ISubscriptionFeatureRegistrationsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As ISubscriptionFeatureRegistrationsOperations, providerNamespace As String, featureName As String)

パラメーター

operations
ISubscriptionFeatureRegistrationsOperations

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

providerNamespace
String

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

featureName
String

機能名。

適用対象