ExpressRouteCircuitPeeringsOperations.Get(String, String, String, CancellationToken) Method
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.
Gets the specified peering for the express route circuit.
public virtual Azure.Response<Azure.ResourceManager.Network.Models.ExpressRouteCircuitPeering> Get (string resourceGroupName, string circuitName, string peeringName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.ExpressRouteCircuitPeering>
override this.Get : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.ExpressRouteCircuitPeering>
Public Overridable Function Get (resourceGroupName As String, circuitName As String, peeringName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExpressRouteCircuitPeering)
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- circuitName
- System.String
The name of the express route circuit.
- peeringName
- System.String
The name of the peering.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.