Share via


OperationalInsightsWorkspaceCollection Class

Definition

A class representing a collection of OperationalInsightsWorkspaceResource and their operations. Each OperationalInsightsWorkspaceResource in the collection will belong to the same instance of ResourceGroupResource. To get an OperationalInsightsWorkspaceCollection instance call the GetOperationalInsightsWorkspaces method from an instance of ResourceGroupResource.

public class OperationalInsightsWorkspaceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OperationalInsights.OperationalInsightsWorkspaceResource>
type OperationalInsightsWorkspaceCollection = class
    inherit ArmCollection
    interface seq<OperationalInsightsWorkspaceResource>
    interface IEnumerable
    interface IAsyncEnumerable<OperationalInsightsWorkspaceResource>
Public Class OperationalInsightsWorkspaceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of OperationalInsightsWorkspaceResource), IEnumerable(Of OperationalInsightsWorkspaceResource)
Inheritance
OperationalInsightsWorkspaceCollection
Implements

Constructors

OperationalInsightsWorkspaceCollection()

Initializes a new instance of the OperationalInsightsWorkspaceCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, OperationalInsightsWorkspaceData, CancellationToken)

Create or update a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_CreateOrUpdate
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
CreateOrUpdateAsync(WaitUntil, String, OperationalInsightsWorkspaceData, CancellationToken)

Create or update a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_CreateOrUpdate
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
Get(String, CancellationToken)

Gets a workspace instance.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
GetAll(CancellationToken)

Gets workspaces in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces
  • Operation Id: Workspaces_ListByResourceGroup
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
GetAllAsync(CancellationToken)

Gets workspaces in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces
  • Operation Id: Workspaces_ListByResourceGroup
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
GetAsync(String, CancellationToken)

Gets a workspace instance.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsWorkspaceResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<OperationalInsightsWorkspaceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<OperationalInsightsWorkspaceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to