Condividi tramite


Secret Constructors

Definition

Overloads

Secret()

Initializes a new instance of the Secret class.

Secret(String, String, String, SystemData, String, String, SecretParameters)

Initializes a new instance of the Secret class.

Secret()

Initializes a new instance of the Secret class.

public Secret ();
Public Sub New ()

Applies to

Secret(String, String, String, SystemData, String, String, SecretParameters)

Initializes a new instance of the Secret class.

public Secret (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, string provisioningState = default, string deploymentStatus = default, Microsoft.Azure.Management.Cdn.Models.SecretParameters parameters = default);
new Microsoft.Azure.Management.Cdn.Models.Secret : string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * string * string * Microsoft.Azure.Management.Cdn.Models.SecretParameters -> Microsoft.Azure.Management.Cdn.Models.Secret
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional deploymentStatus As String = Nothing, Optional parameters As SecretParameters = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

systemData
SystemData
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

Applies to