Freigeben über


NetworkProfileCollection.GetIfExists Methode

Definition

Versucht, Details für diese Ressource vom Dienst abzurufen.

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