ValidateOperationsExtensions.SecretMethod Method

Definition

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