AgentRegistrationRegenerateKeyParameter 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
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
Azure SDK for .NET