ValidateOperationsExtensions.SecretMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validate a Secret in the profile.
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
Parameters
- operations
- IValidateOperations
The operations group for this extension method.
- secretSource
- ResourceReference
The secret source.
- secretType
- String
The secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET