Partager via


NetworkProfilesOperationsExtensions.GetAsync Méthode

Définition

Obtient le profil réseau spécifié dans un groupe de ressources spécifié.

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

Paramètres

operations
INetworkProfilesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkProfileName
String

Nom du préfixe d’adresse IP publique.

expand
String

Développe les ressources référencées.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à