Interface AgentRegistration


public interface AgentRegistration
An immutable client-side representation of AgentRegistration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the dscMetaConfiguration property: Gets or sets the dsc meta configuration.
    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.
    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

      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

      Gets the inner com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner object.
      Returns:
      the inner object.