ValidateOperationsExtensions.SecretMethod 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 Microsoft.Azure.Management.Cdn.Models.ValidateSecretOutput SecretMethod (this Microsoft.Azure.Management.Cdn.IValidateOperations operations, Microsoft.Azure.Management.Cdn.Models.ResourceReference secretSource, string secretType);
static member SecretMethod : Microsoft.Azure.Management.Cdn.IValidateOperations * Microsoft.Azure.Management.Cdn.Models.ResourceReference * string -> Microsoft.Azure.Management.Cdn.Models.ValidateSecretOutput
<Extension()>
Public Function SecretMethod (operations As IValidateOperations, secretSource As ResourceReference, secretType As String) As 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'
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET