Share via


ManagedPrivateEndpointModelResource.Get(CancellationToken) Method

Definition

Get a specific managed private endpoint of a grafana resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • Operation Id: ManagedPrivateEndpoints_Get
public virtual Azure.Response<Azure.ResourceManager.Grafana.ManagedPrivateEndpointModelResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Grafana.ManagedPrivateEndpointModelResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Grafana.ManagedPrivateEndpointModelResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedPrivateEndpointModelResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to