Freigeben über


ManagedGrafanaResource.GetGrafanaPrivateEndpointConnection Methode

Definition

Rufen Sie private Endpunktverbindungen ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
public virtual Azure.Response<Azure.ResourceManager.Grafana.GrafanaPrivateEndpointConnectionResource> GetGrafanaPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGrafanaPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Grafana.GrafanaPrivateEndpointConnectionResource>
override this.GetGrafanaPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Grafana.GrafanaPrivateEndpointConnectionResource>
Public Overridable Function GetGrafanaPrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GrafanaPrivateEndpointConnectionResource)

Parameter

privateEndpointConnectionName
String

Der Verbindungsname des privaten Endpunkts von Azure Managed Grafana.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

privateEndpointConnectionName ist NULL.

Gilt für: