ApiManagementServiceApplyNetworkConfigurationParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET