ArmCdnModelFactory.CdnSecretProperties 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.
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.
- deploymentStatus
- Nullable<FrontDoorDeploymentStatus>
- 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.