Freigeben über


NetworkGroupCollection.GetIfExistsAsync(String, CancellationToken) Methode

Definition

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}
  • Vorgang IdNetworkGroups_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.NetworkGroupResource>> GetIfExistsAsync (string networkGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.NetworkGroupResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.NetworkGroupResource>>
Public Overridable Function GetIfExistsAsync (networkGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of NetworkGroupResource))

Parameter

networkGroupName
String

Der Name der Netzwerkgruppe.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

networkGroupName ist NULL.

Gilt für: