AgentRegistration interface
Definition of the agent registration information type.
Properties
dsc |
Gets or sets the dsc meta configuration. |
endpoint | Gets or sets the dsc server endpoint. |
id | Gets or sets the id. |
keys | Gets or sets the agent registration keys. |
Property Details
dscMetaConfiguration
Gets or sets the dsc meta configuration.
dscMetaConfiguration?: string
Property Value
string
endpoint
Gets or sets the dsc server endpoint.
endpoint?: string
Property Value
string
id
Gets or sets the id.
id?: string
Property Value
string
keys
Gets or sets the agent registration keys.
keys?: AgentRegistrationKeys
Property Value
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 JavaScript