Share via


FeaturesExtensions.Get(IFeatures, String, String) Method

Definition

Get all features under the subscription.

public static Microsoft.Azure.Management.Resources.Models.FeatureResponse Get (this Microsoft.Azure.Management.Resources.IFeatures operations, string resourceProviderNamespace, string featureName);
static member Get : Microsoft.Azure.Management.Resources.IFeatures * string * string -> Microsoft.Azure.Management.Resources.Models.FeatureResponse
<Extension()>
Public Function Get (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