Delen via


ElasticMonitorResource.GetConnectedPartnerResources(CancellationToken) 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.Pageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourcesListFormat> GetConnectedPartnerResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectedPartnerResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourcesListFormat>
override this.GetConnectedPartnerResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourcesListFormat>
Public Overridable Function GetConnectedPartnerResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConnectedPartnerResourcesListFormat)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to