Class AgentRegistrationInner

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner

public final class AgentRegistrationInner extends Object
Definition of the agent registration information type.
  • Constructor Details

    • AgentRegistrationInner

      public AgentRegistrationInner()
  • Method Details

    • dscMetaConfiguration

      public String dscMetaConfiguration()
      Get the dscMetaConfiguration property: Gets or sets the dsc meta configuration.
      Returns:
      the dscMetaConfiguration value.
    • withDscMetaConfiguration

      public AgentRegistrationInner withDscMetaConfiguration(String dscMetaConfiguration)
      Set the dscMetaConfiguration property: Gets or sets the dsc meta configuration.
      Parameters:
      dscMetaConfiguration - the dscMetaConfiguration value to set.
      Returns:
      the AgentRegistrationInner object itself.
    • endpoint

      public String endpoint()
      Get the endpoint property: Gets or sets the dsc server endpoint.
      Returns:
      the endpoint value.
    • withEndpoint

      public AgentRegistrationInner withEndpoint(String endpoint)
      Set the endpoint property: Gets or sets the dsc server endpoint.
      Parameters:
      endpoint - the endpoint value to set.
      Returns:
      the AgentRegistrationInner object itself.
    • keys

      public AgentRegistrationKeys 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

      public String id()
      Get the id property: Gets or sets the id.
      Returns:
      the id value.
    • withId

      public AgentRegistrationInner withId(String id)
      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.