Share via


MonitorWorkspaceResourceCollection Class

Definition

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

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

Constructors

MonitorWorkspaceResourceCollection()

Initializes a new instance of the MonitorWorkspaceResourceCollection 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, MonitorWorkspaceResourceData, CancellationToken)

Create or update a workspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Create
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
CreateOrUpdateAsync(WaitUntil, String, MonitorWorkspaceResourceData, CancellationToken)

Create or update a workspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Create
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Get
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Get
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
Get(String, CancellationToken)

Returns the specific Azure Monitor workspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Get
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
GetAll(CancellationToken)

Lists all workspaces in the specified resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts
  • Operation Id: AzureMonitorWorkspaces_ListByResourceGroup
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
GetAllAsync(CancellationToken)

Lists all workspaces in the specified resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts
  • Operation Id: AzureMonitorWorkspaces_ListByResourceGroup
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
GetAsync(String, CancellationToken)

Returns the specific Azure Monitor workspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Get
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Get
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}
  • Operation Id: AzureMonitorWorkspaces_Get
  • Default Api Version: 2023-04-03
  • Resource: MonitorWorkspaceResource
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<MonitorWorkspaceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MonitorWorkspaceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to