Freigeben über


OperationalInsightsExtensions.GetOperationalInsightsWorkspaces Methode

Definition

Überlädt

GetOperationalInsightsWorkspaces(ResourceGroupResource)

Ruft eine Auflistung von OperationalInsightsWorkspaceResources in ResourceGroupResource ab.

GetOperationalInsightsWorkspaces(SubscriptionResource, CancellationToken)

Ruft die Arbeitsbereiche in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces
  • Vorgang IdWorkspaces_List

GetOperationalInsightsWorkspaces(ResourceGroupResource)

Ruft eine Auflistung von OperationalInsightsWorkspaceResources in ResourceGroupResource ab.

public static Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceCollection GetOperationalInsightsWorkspaces (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetOperationalInsightsWorkspaces : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceCollection
<Extension()>
Public Function GetOperationalInsightsWorkspaces (resourceGroupResource As ResourceGroupResource) As OperationalInsightsWorkspaceCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von OperationalInsightsWorkspaceResources und deren Vorgänge über eine OperationalInsightsWorkspaceResource darstellt.

Gilt für:

GetOperationalInsightsWorkspaces(SubscriptionResource, CancellationToken)

Ruft die Arbeitsbereiche in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces
  • Vorgang IdWorkspaces_List
public static Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource> GetOperationalInsightsWorkspaces (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationalInsightsWorkspaces : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>
<Extension()>
Public Function GetOperationalInsightsWorkspaces (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OperationalInsightsWorkspaceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der OperationalInsightsWorkspaceResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: