Freigeben über


FeaturesOperationsExtensions.RegisterAsync Methode

Definition

Registriert das Vorschaufeature für das Abonnement.

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

Parameter

operations
IFeaturesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters.

featureName
String

Der Name des zu registrierenden Features.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: