Condividi tramite


ElasticMonitorResource.GetConnectedPartnerResourcesAsync Method

Definition

List of all active deployments that are associated with the marketplace subscription linked to the given monitor.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/listConnectedPartnerResources
  • Operation Id: ConnectedPartnerResources_List
  • Default Api Version: 2024-06-15-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourcesListFormat> GetConnectedPartnerResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectedPartnerResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourcesListFormat>
override this.GetConnectedPartnerResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourcesListFormat>
Public Overridable Function GetConnectedPartnerResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConnectedPartnerResourcesListFormat)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ConnectedPartnerResourcesListFormat that may take multiple service requests to iterate over.

Applies to