ArmCdnModelFactory.CdnSecretProperties Method

Definition

The JSON object that contains the properties of the Secret to create.

public static Azure.ResourceManager.Cdn.Models.CdnSecretProperties CdnSecretProperties(Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState? provisioningState = default, Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus? deploymentStatus = default, string profileName = default, Azure.ResourceManager.Cdn.Models.FrontDoorSecretProperties properties = default);
static member CdnSecretProperties : Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState> * Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus> * string * Azure.ResourceManager.Cdn.Models.FrontDoorSecretProperties -> Azure.ResourceManager.Cdn.Models.CdnSecretProperties
Public Shared Function CdnSecretProperties (Optional provisioningState As Nullable(Of FrontDoorProvisioningState) = Nothing, Optional deploymentStatus As Nullable(Of FrontDoorDeploymentStatus) = Nothing, Optional profileName As String = Nothing, Optional properties As FrontDoorSecretProperties = Nothing) As CdnSecretProperties

Parameters

provisioningState
Nullable<FrontDoorProvisioningState>

Provisioning status.

profileName
String

The name of the profile which holds the secret.

properties
FrontDoorSecretProperties

object which contains secret parameters.

Returns

A new CdnSecretProperties instance for mocking.

Applies to