Class ContainerHostMappingInner

java.lang.Object
com.azure.resourcemanager.devspaces.fluent.models.ContainerHostMappingInner

public final class ContainerHostMappingInner extends Object
Container host mapping object specifying the Container host resource ID and its associated Controller resource.
  • Constructor Details

    • ContainerHostMappingInner

      public ContainerHostMappingInner()
      Creates an instance of ContainerHostMappingInner class.
  • Method Details

    • containerHostResourceId

      public String containerHostResourceId()
      Get the containerHostResourceId property: ARM ID of the Container Host resource.
      Returns:
      the containerHostResourceId value.
    • withContainerHostResourceId

      public ContainerHostMappingInner withContainerHostResourceId(String containerHostResourceId)
      Set the containerHostResourceId property: ARM ID of the Container Host resource.
      Parameters:
      containerHostResourceId - the containerHostResourceId value to set.
      Returns:
      the ContainerHostMappingInner object itself.
    • mappedControllerResourceId

      public String mappedControllerResourceId()
      Get the mappedControllerResourceId property: ARM ID of the mapped Controller resource.
      Returns:
      the mappedControllerResourceId value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.