Class SliceResourceId

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

public final class SliceResourceId extends Object
Reference to a slice resource.
  • Constructor Details

    • SliceResourceId

      public SliceResourceId()
  • Method Details

    • id

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

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

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