Freigeben über


FeaturesOperationsExtensions.GetAsync Methode

Definition

Ruft das Vorschaufeature mit dem angegebenen Namen ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.FeatureResult> GetAsync (this Microsoft.Azure.Management.ResourceManager.IFeaturesOperations operations, string resourceProviderNamespace, string featureName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ResourceManager.IFeaturesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.FeatureResult>
<Extension()>
Public Function GetAsync (operations As IFeaturesOperations, resourceProviderNamespace As String, featureName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FeatureResult)

Parameter

operations
IFeaturesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceProviderNamespace
String

Der Ressourcenanbieternamespace für das Feature.

featureName
String

Der Name des abzurufenden Features.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: