RegenerateKeysParameters 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
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
Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey'
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.