Class ListConnectionDetailsParameters

java.lang.Object
com.azure.resourcemanager.devspaces.models.ListConnectionDetailsParameters

public final class ListConnectionDetailsParameters extends Object
Parameters for listing connection details of an Azure Dev Spaces Controller.
  • Constructor Details

    • ListConnectionDetailsParameters

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

    • targetContainerHostResourceId

      public String targetContainerHostResourceId()
      Get the targetContainerHostResourceId property: Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
      Returns:
      the targetContainerHostResourceId value.
    • withTargetContainerHostResourceId

      public ListConnectionDetailsParameters withTargetContainerHostResourceId(String targetContainerHostResourceId)
      Set the targetContainerHostResourceId property: Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
      Parameters:
      targetContainerHostResourceId - the targetContainerHostResourceId value to set.
      Returns:
      the ListConnectionDetailsParameters object itself.
    • validate

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