LoadBalancerOutboundRulesOperationsExtensions.GetAsync Method

Definition

Gets the specified load balancer outbound rule.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner> GetAsync (this Microsoft.Azure.Management.Network.Fluent.ILoadBalancerOutboundRulesOperations operations, string resourceGroupName, string loadBalancerName, string outboundRuleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.Fluent.ILoadBalancerOutboundRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner>
<Extension()>
Public Function GetAsync (operations As ILoadBalancerOutboundRulesOperations, resourceGroupName As String, loadBalancerName As String, outboundRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OutboundRuleInner)

Parameters

operations
ILoadBalancerOutboundRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

loadBalancerName
String

The name of the load balancer.

outboundRuleName
String

The name of the outbound rule.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to