AgentRegistration 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
AgentRegistration() |
Initializes a new instance of the AgentRegistration class. |
AgentRegistration(String, String, AgentRegistrationKeys, String) |
Initializes a new instance of the AgentRegistration class. |
AgentRegistration()
Initializes a new instance of the AgentRegistration class.
public AgentRegistration ();
Public Sub New ()
Applies to
AgentRegistration(String, String, AgentRegistrationKeys, String)
Initializes a new instance of the AgentRegistration class.
public AgentRegistration (string dscMetaConfiguration = default, string endpoint = default, Microsoft.Azure.Management.Automation.Models.AgentRegistrationKeys keys = default, string id = default);
new Microsoft.Azure.Management.Automation.Models.AgentRegistration : string * string * Microsoft.Azure.Management.Automation.Models.AgentRegistrationKeys * string -> Microsoft.Azure.Management.Automation.Models.AgentRegistration
Public Sub New (Optional dscMetaConfiguration As String = Nothing, Optional endpoint As String = Nothing, Optional keys As AgentRegistrationKeys = Nothing, Optional id As String = Nothing)
Parameters
- dscMetaConfiguration
- String
Gets or sets the dsc meta configuration.
- endpoint
- String
Gets or sets the dsc server endpoint.
Gets or sets the agent registration keys.
- id
- String
Gets or sets the id.
Applies to
Azure SDK for .NET