Share via


RegenerateKeysParameters Constructors

Definition

Overloads

RegenerateKeysParameters()

Initializes a new instance of the RegenerateKeysParameters class.

RegenerateKeysParameters(Nullable<Policykey>)

Initializes a new instance of the RegenerateKeysParameters class.

RegenerateKeysParameters()

Initializes a new instance of the RegenerateKeysParameters class.

public RegenerateKeysParameters ();
Public Sub New ()

Applies to

RegenerateKeysParameters(Nullable<Policykey>)

Initializes a new instance of the RegenerateKeysParameters class.

public RegenerateKeysParameters (Microsoft.Azure.Management.ServiceBus.Fluent.Models.Policykey? policykey = default);
new Microsoft.Azure.Management.ServiceBus.Fluent.Models.RegenerateKeysParameters : Nullable<Microsoft.Azure.Management.ServiceBus.Fluent.Models.Policykey> -> Microsoft.Azure.Management.ServiceBus.Fluent.Models.RegenerateKeysParameters
Public Sub New (Optional policykey As Nullable(Of Policykey) = Nothing)

Parameters

policykey
Nullable<Policykey>

Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey'

Applies to