Share via


AgentRegistrationRegenerateKeyParameter Constructors

Definition

Overloads

AgentRegistrationRegenerateKeyParameter()

Initializes a new instance of the AgentRegistrationRegenerateKeyParameter class.

AgentRegistrationRegenerateKeyParameter(String)

Initializes a new instance of the AgentRegistrationRegenerateKeyParameter class.

AgentRegistrationRegenerateKeyParameter()

Initializes a new instance of the AgentRegistrationRegenerateKeyParameter class.

public AgentRegistrationRegenerateKeyParameter ();
Public Sub New ()

Applies to

AgentRegistrationRegenerateKeyParameter(String)

Initializes a new instance of the AgentRegistrationRegenerateKeyParameter class.

public AgentRegistrationRegenerateKeyParameter (string keyName);
new Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter : string -> Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter
Public Sub New (keyName As String)

Parameters

keyName
String

Gets or sets the agent registration key name - primary or secondary. Possible values include: 'primary', 'secondary'

Applies to