SecretProperties Constructors
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.
Overloads
SecretProperties() |
Initializes a new instance of the SecretProperties class. |
SecretProperties(String, String, SecretParameters) |
Initializes a new instance of the SecretProperties class. |
SecretProperties()
Initializes a new instance of the SecretProperties class.
public SecretProperties ();
Public Sub New ()
Applies to
SecretProperties(String, String, SecretParameters)
Initializes a new instance of the SecretProperties class.
public SecretProperties (string provisioningState = default, string deploymentStatus = default, Microsoft.Azure.Management.Cdn.Models.SecretParameters parameters = default);
new Microsoft.Azure.Management.Cdn.Models.SecretProperties : string * string * Microsoft.Azure.Management.Cdn.Models.SecretParameters -> Microsoft.Azure.Management.Cdn.Models.SecretProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional deploymentStatus As String = Nothing, Optional parameters As SecretParameters = Nothing)
Parameters
- provisioningState
- String
Provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating'
- deploymentStatus
- String
Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'
- parameters
- SecretParameters
object which contains secret parameters