IFeatures.Register(String, String) Method

Definition

Registers a feature in a resource provider.

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

Parameters

resourceProviderNamespace
String

the namespace of resource provider

featureName
String

the name of the feature

Returns

the immutable client-side feature object created

Applies to