WorkspaceManagerGroupCollection Class

Definition

A class representing a collection of WorkspaceManagerGroupResource and their operations. Each WorkspaceManagerGroupResource in the collection will belong to the same instance of OperationalInsightsWorkspaceSecurityInsightsResource. To get a WorkspaceManagerGroupCollection instance call the GetWorkspaceManagerGroups method from an instance of OperationalInsightsWorkspaceSecurityInsightsResource.

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

Constructors

WorkspaceManagerGroupCollection()

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

Creates or updates a workspace manager group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_CreateOrUpdate
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
CreateOrUpdateAsync(WaitUntil, String, WorkspaceManagerGroupData, CancellationToken)

Creates or updates a workspace manager group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_CreateOrUpdate
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
Get(String, CancellationToken)

Gets a workspace manager group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
GetAll(String, Nullable<Int32>, String, CancellationToken)

Gets all workspace manager groups in the Sentinel workspace manager

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups
  • Operation Id: WorkspaceManagerGroups_List
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
GetAllAsync(String, Nullable<Int32>, String, CancellationToken)

Gets all workspace manager groups in the Sentinel workspace manager

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups
  • Operation Id: WorkspaceManagerGroups_List
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
GetAsync(String, CancellationToken)

Gets a workspace manager group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
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<WorkspaceManagerGroupResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WorkspaceManagerGroupResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to