Compartilhar via


FeaturesOperationsExtensions.RegisterAsync Método

Definição

Registra o recurso de visualização da assinatura.

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)

Parâmetros

operations
IFeaturesOperations

O grupo de operações para esse método de extensão.

resourceProviderNamespace
String

O namespace do provedor de recursos.

featureName
String

O nome do recurso a ser registrado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a