Partager via


IIPForwardingOperations.GetForRoleAsync Méthode

Définition

Obtient le transfert IP appliqué à un rôle.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.IPForwardingGetResponse> GetForRoleAsync (string serviceName, string deploymentName, string roleName, System.Threading.CancellationToken cancellationToken);
abstract member GetForRoleAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.IPForwardingGetResponse>
Public Function GetForRoleAsync (serviceName As String, deploymentName As String, roleName As String, cancellationToken As CancellationToken) As Task(Of IPForwardingGetResponse)

Paramètres

serviceName
String
deploymentName
String
roleName
String
cancellationToken
CancellationToken

Jeton d'annulation.

Retours

État de transfert IP associé à un rôle ou à une interface réseau.

S’applique à