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 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-03-01
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.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET