Freigeben über


NetworkProfileCollection.Get(String, String, CancellationToken) Methode

Definition

Ruft das angegebene Netzwerkprofil in einer angegebenen Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkProfiles/{networkProfiles}
  • Vorgangs-IdNetworkProfiles_Get
public virtual Azure.Response<Azure.ResourceManager.Network.NetworkProfileResource> Get (string networkProfileName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkProfileResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkProfileResource>
Public Overridable Function Get (networkProfileName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkProfileResource)

Parameter

networkProfileName
String

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

expand
String

Erweitert die referenzierten Ressourcen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

networkProfileName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

networkProfileName ist NULL.

Gilt für: