Freigeben über


NetworkProfilesOperationsExtensions.GetAsync Methode

Definition

Ruft das angegebene Netzwerkprofil in einer angegebenen Ressourcengruppe ab.

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)

Parameter

operations
INetworkProfilesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkProfileName
String

Der Name des Präfixes für öffentliche IP-Adressen.

expand
String

Erweitert Ressourcen, auf die verwiesen wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: