AgentRegistrationRegenerateKeyParameter Class
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.
The parameters supplied to the regenerate keys operation.
public class AgentRegistrationRegenerateKeyParameter : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
public class AgentRegistrationRegenerateKeyParameter
type AgentRegistrationRegenerateKeyParameter = class
inherit ResourceCreateOrUpdateParameterBase
type AgentRegistrationRegenerateKeyParameter = class
Public Class AgentRegistrationRegenerateKeyParameter
Inherits ResourceCreateOrUpdateParameterBase
Public Class AgentRegistrationRegenerateKeyParameter
- Inheritance
- Inheritance
-
AgentRegistrationRegenerateKeyParameter
Constructors
AgentRegistrationRegenerateKeyParameter() |
Initializes a new instance of the AgentRegistrationRegenerateKeyParameter class. |
AgentRegistrationRegenerateKeyParameter(String) |
Initializes a new instance of the AgentRegistrationRegenerateKeyParameter class. |
Properties
KeyName |
Gets or sets the agent registration key name - primary or secondary. Possible values include: 'primary', 'secondary' |
Location | (Inherited from ResourceCreateOrUpdateParameterBase) |
Name | (Inherited from ResourceCreateOrUpdateParameterBase) |
Tags | (Inherited from ResourceCreateOrUpdateParameterBase) |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET