Interface AgentRegistration
public interface AgentRegistration
An immutable client-side representation of AgentRegistration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the dscMetaConfiguration property: Gets or sets the dsc meta configuration.endpoint()
Gets the endpoint property: Gets or sets the dsc server endpoint.id()
Gets the id property: Gets or sets the id.Gets the inner com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner object.keys()
Gets the keys property: Gets or sets the agent registration keys.
-
Method Details
-
dscMetaConfiguration
String dscMetaConfiguration()Gets the dscMetaConfiguration property: Gets or sets the dsc meta configuration.- Returns:
- the dscMetaConfiguration value.
-
endpoint
String endpoint()Gets the endpoint property: Gets or sets the dsc server endpoint.- Returns:
- the endpoint value.
-
keys
AgentRegistrationKeys keys()Gets the keys property: Gets or sets the agent registration keys.- Returns:
- the keys value.
-
id
String id()Gets the id property: Gets or sets the id.- Returns:
- the id value.
-
innerModel
AgentRegistrationInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner object.- Returns:
- the inner object.
-