ApiManagementServiceApplyNetworkConfigurationParameters Constructors

Definition

Overloads

ApiManagementServiceApplyNetworkConfigurationParameters()

Initializes a new instance of the ApiManagementServiceApplyNetworkConfigurationParameters class.

ApiManagementServiceApplyNetworkConfigurationParameters(String)

Initializes a new instance of the ApiManagementServiceApplyNetworkConfigurationParameters class.

ApiManagementServiceApplyNetworkConfigurationParameters()

Initializes a new instance of the ApiManagementServiceApplyNetworkConfigurationParameters class.

public ApiManagementServiceApplyNetworkConfigurationParameters ();
Public Sub New ()

Applies to

ApiManagementServiceApplyNetworkConfigurationParameters(String)

Initializes a new instance of the ApiManagementServiceApplyNetworkConfigurationParameters class.

public ApiManagementServiceApplyNetworkConfigurationParameters (string location = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters
Public Sub New (Optional location As String = Nothing)

Parameters

location
String

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.

Applies to