ElasticMonitorResource.GetConnectedPartnerResources(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all active deployments associated with the marketplace subscription linked to the given Elastic monitor resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/listConnectedPartnerResources
- Operation Id: ElasticMonitorResources_GetConnectedPartnerResources
- Default Api Version: 2025-06-01
- Resource: ElasticMonitorResource
public virtual Azure.Pageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourceInfo> GetConnectedPartnerResources(System.Threading.CancellationToken cancellationToken = default);
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.ConnectedPartnerResourceInfo>
override this.GetConnectedPartnerResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourceInfo>
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 ConnectedPartnerResourceInfo)
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 ConnectedPartnerResourceInfo that may take multiple service requests to iterate over.