ValidateOperationsExtensions.SecretMethodAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Valide um Segredo no perfil.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.ValidateSecretOutput> SecretMethodAsync (this Microsoft.Azure.Management.Cdn.IValidateOperations operations, Microsoft.Azure.Management.Cdn.Models.ResourceReference secretSource, string secretType, System.Threading.CancellationToken cancellationToken = default);
static member SecretMethodAsync : Microsoft.Azure.Management.Cdn.IValidateOperations * Microsoft.Azure.Management.Cdn.Models.ResourceReference * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.ValidateSecretOutput>
<Extension()>
Public Function SecretMethodAsync (operations As IValidateOperations, secretSource As ResourceReference, secretType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ValidateSecretOutput)
Parâmetros
- operations
- IValidateOperations
O grupo de operações para esse método de extensão.
- secretSource
- ResourceReference
A fonte secreta.
- secretType
- String
O tipo de segredo. Os valores possíveis incluem: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET