Share via


FeaturesExtensions.Register(IFeatures, String, String) Method

Definition

Registers for a previewed feature of a resource provider.

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

Parameters

operations
IFeatures

Reference to the Microsoft.Azure.Management.Resources.IFeatures.

resourceProviderNamespace
String

Required. Namespace of the resource provider.

featureName
String

Required. Previewed feature name in the resource provider.

Returns

Previewed feature information.

Applies to