ApiManagementServiceApplyNetworkConfigurationParameters Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.ApiManagementServiceApplyNetworkConfigurationParameters
- com.
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. |
|
Api |
withLocation(String location)
Set location of the Api Management service to update for a multi-region service. |
Methods inherited from java.lang.Object
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:
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:
Returns: