Share via


IFeatures.GetAsync(String, String, CancellationToken) Method

Definition

Get all features under the subscription.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureResponse> GetAsync (string resourceProviderNamespace, string featureName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureResponse>
Public Function GetAsync (resourceProviderNamespace As String, featureName As String, cancellationToken As CancellationToken) As Task(Of FeatureResponse)

Parameters

resourceProviderNamespace
String

Namespace of the resource provider.

featureName
String

Previewed feature name in the resource provider.

cancellationToken
CancellationToken

Cancellation token.

Returns

Previewed feature information.

Applies to