Class ServiceResourceId

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.ServiceResourceId

public final class ServiceResourceId extends Object
Reference to a service resource.
  • Constructor Details

    • ServiceResourceId

      public ServiceResourceId()
  • Method Details

    • id

      public String id()
      Get the id property: Service resource ID.
      Returns:
      the id value.
    • withId

      public ServiceResourceId withId(String id)
      Set the id property: Service resource ID.
      Parameters:
      id - the id value to set.
      Returns:
      the ServiceResourceId object itself.
    • validate

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