java.lang.Object
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.GroupIdInformationInner

public final class GroupIdInformationInner extends Object
The group information for creating a private endpoint on a provisioning service.
  • Constructor Details

    • GroupIdInformationInner

      public GroupIdInformationInner()
  • Method Details

    • id

      public String id()
      Get the id property: The resource identifier.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • properties

      public GroupIdInformationProperties properties()
      Get the properties property: The properties for a group information object.
      Returns:
      the properties value.
    • withProperties

      public GroupIdInformationInner withProperties(GroupIdInformationProperties properties)
      Set the properties property: The properties for a group information object.
      Parameters:
      properties - the properties value to set.
      Returns:
      the GroupIdInformationInner object itself.
    • validate

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