Share via


ApiManagementServiceApplyNetworkConfigurationParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceApplyNetworkConfigurationParameters

public class ApiManagementServiceApplyNetworkConfigurationParameters

Parameter supplied to the Apply Network configuration operation.

Constructor Summary

Constructor Description
ApiManagementServiceApplyNetworkConfigurationParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String location()

Get location of the Api Management service to update for a multi-region service.

ApiManagementServiceApplyNetworkConfigurationParameters withLocation(String location)

Set location of the Api Management service to update for a multi-region service.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApiManagementServiceApplyNetworkConfigurationParameters

public ApiManagementServiceApplyNetworkConfigurationParameters()

Method Details

location

public String location()

Get 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 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.

Applies to