BatchAccountRegenerateKeyParameters Constructors

Definition

Overloads

BatchAccountRegenerateKeyParameters()

Initializes a new instance of the BatchAccountRegenerateKeyParameters class.

BatchAccountRegenerateKeyParameters(AccountKeyType)

Initializes a new instance of the BatchAccountRegenerateKeyParameters class.

BatchAccountRegenerateKeyParameters()

Initializes a new instance of the BatchAccountRegenerateKeyParameters class.

public BatchAccountRegenerateKeyParameters ();
Public Sub New ()

Applies to

BatchAccountRegenerateKeyParameters(AccountKeyType)

Initializes a new instance of the BatchAccountRegenerateKeyParameters class.

public BatchAccountRegenerateKeyParameters (Microsoft.Azure.Management.Batch.Models.AccountKeyType keyName);
new Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters : Microsoft.Azure.Management.Batch.Models.AccountKeyType -> Microsoft.Azure.Management.Batch.Models.BatchAccountRegenerateKeyParameters
Public Sub New (keyName As AccountKeyType)

Parameters

keyName
AccountKeyType

The type of account key to regenerate. Possible values include: 'Primary', 'Secondary'

Applies to