Class ResourceLocation


  • public class ResourceLocation
    extends Object
    Location of the ARM Resource.
    • Constructor Detail

      • ResourceLocation

        public ResourceLocation()
    • Method Detail

      • location

        public String location()
        Get the location property: The Azure location where the Confidential Ledger is running.
        Returns:
        the location value.
      • withLocation

        public ResourceLocation withLocation​(String location)
        Set the location property: The Azure location where the Confidential Ledger is running.
        Parameters:
        location - the location value to set.
        Returns:
        the ResourceLocation object itself.
      • validate

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