Class AgentRegistrationInner
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner
Definition of the agent registration information type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dscMetaConfiguration property: Gets or sets the dsc meta configuration.endpoint()
Get the endpoint property: Gets or sets the dsc server endpoint.id()
Get the id property: Gets or sets the id.keys()
Get the keys property: Gets or sets the agent registration keys.void
validate()
Validates the instance.withDscMetaConfiguration
(String dscMetaConfiguration) Set the dscMetaConfiguration property: Gets or sets the dsc meta configuration.withEndpoint
(String endpoint) Set the endpoint property: Gets or sets the dsc server endpoint.Set the id property: Gets or sets the id.Set the keys property: Gets or sets the agent registration keys.
-
Constructor Details
-
AgentRegistrationInner
public AgentRegistrationInner()
-
-
Method Details
-
dscMetaConfiguration
Get the dscMetaConfiguration property: Gets or sets the dsc meta configuration.- Returns:
- the dscMetaConfiguration value.
-
withDscMetaConfiguration
Set the dscMetaConfiguration property: Gets or sets the dsc meta configuration.- Parameters:
dscMetaConfiguration
- the dscMetaConfiguration value to set.- Returns:
- the AgentRegistrationInner object itself.
-
endpoint
Get the endpoint property: Gets or sets the dsc server endpoint.- Returns:
- the endpoint value.
-
withEndpoint
Set the endpoint property: Gets or sets the dsc server endpoint.- Parameters:
endpoint
- the endpoint value to set.- Returns:
- the AgentRegistrationInner object itself.
-
keys
Get the keys property: Gets or sets the agent registration keys.- Returns:
- the keys value.
-
withKeys
Set the keys property: Gets or sets the agent registration keys.- Parameters:
keys
- the keys value to set.- Returns:
- the AgentRegistrationInner object itself.
-
id
Get the id property: Gets or sets the id.- Returns:
- the id value.
-
withId
Set the id property: Gets or sets the id.- Parameters:
id
- the id value to set.- Returns:
- the AgentRegistrationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-