CdnSecretProperties Class
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 class CdnSecretProperties : Azure.ResourceManager.Cdn.Models.FrontDoorStateProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.CdnSecretProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.CdnSecretProperties>
type CdnSecretProperties = class
inherit FrontDoorStateProperties
interface IJsonModel<CdnSecretProperties>
interface IPersistableModel<CdnSecretProperties>
Public Class CdnSecretProperties
Inherits FrontDoorStateProperties
Implements IJsonModel(Of CdnSecretProperties), IPersistableModel(Of CdnSecretProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CdnSecretProperties() |
Initializes a new instance of CdnSecretProperties. |
Properties
| Name | Description |
|---|---|
| DeploymentStatus |
Gets the DeploymentStatus. (Inherited from FrontDoorStateProperties) |
| ProfileName |
The name of the profile which holds the secret. |
| Properties |
object which contains secret parameters. |
| ProvisioningState |
Provisioning status. (Inherited from FrontDoorStateProperties) |