Class ApiManagementServiceApplyNetworkConfigurationParameters


  • public final class ApiManagementServiceApplyNetworkConfigurationParameters
    extends Object
    Parameter supplied to the Apply Network configuration operation.
    • Constructor Detail

      • ApiManagementServiceApplyNetworkConfigurationParameters

        public ApiManagementServiceApplyNetworkConfigurationParameters()
    • Method Detail

      • location

        public String location()
        Get the location property: Location of the Api Management service to update for a multi-region service. For a service deployed in a single region, this parameter is not required.
        Returns:
        the location value.
      • withLocation

        public ApiManagementServiceApplyNetworkConfigurationParameters withLocation​(String location)
        Set the location property: Location of the Api Management service to update for a multi-region service. For a service deployed in a single region, this parameter is not required.
        Parameters:
        location - the location value to set.
        Returns:
        the ApiManagementServiceApplyNetworkConfigurationParameters object itself.
      • validate

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