Freigeben über


FlowLogCollection.GetIfExists(String, CancellationToken) Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/flowLogs/{flowLogName}
  • Vorgang IdFlowLogs_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.FlowLogResource> GetIfExists (string flowLogName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.FlowLogResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.FlowLogResource>
Public Overridable Function GetIfExists (flowLogName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of FlowLogResource)

Parameter

flowLogName
String

Der Name der Flowprotokollressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

flowLogName ist NULL.

Gilt für: