Share via


FeaturesOperationsExtensions.Register メソッド

定義

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

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

パラメーター

operations
IFeaturesOperations

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

resourceProviderNamespace
String

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

featureName
String

登録する機能の名前。

戻り値

適用対象