IFeatures.Register(String, String) メソッド

定義

リソース プロバイダーに機能を登録します。

public Microsoft.Azure.Management.ResourceManager.Fluent.IFeature Register (string resourceProviderNamespace, string featureName);
abstract member Register : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.IFeature
Public Function Register (resourceProviderNamespace As String, featureName As String) As IFeature

パラメーター

resourceProviderNamespace
String

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

featureName
String

機能の名前

戻り値

作成された不変のクライアント側機能オブジェクト

適用対象