NetworkManagerResource.GetNetworkManagerRoutingConfiguration Method
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.
Retrieves a network manager routing configuration.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/routingConfigurations/{configurationName}
- Operation Id: NetworkManagerRoutingConfigurations_Get
- Default Api Version: 2024-03-01
- Resource: NetworkManagerRoutingConfigurationResource
public virtual Azure.Response<Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationResource> GetNetworkManagerRoutingConfiguration (string configurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerRoutingConfiguration : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationResource>
override this.GetNetworkManagerRoutingConfiguration : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationResource>
Public Overridable Function GetNetworkManagerRoutingConfiguration (configurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkManagerRoutingConfigurationResource)
- configurationName
- String
The name of the network manager Routing Configuration.
- cancellationToken
- CancellationToken
The cancellation token to use.
configurationName
is null.
configurationName
is an empty string, and was expected to be non-empty.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: