Udostępnij za pośrednictwem


WorkspaceManagerMemberCollection Class

Definition

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

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

Constructors

WorkspaceManagerMemberCollection()

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

Creates or updates a workspace manager member

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerMembers/{workspaceManagerMemberName}
  • Operation Id: WorkspaceManagerMembers_CreateOrUpdate
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerMemberResource
CreateOrUpdateAsync(WaitUntil, String, WorkspaceManagerMemberData, CancellationToken)

Creates or updates a workspace manager member

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerMembers/{workspaceManagerMemberName}
  • Operation Id: WorkspaceManagerMembers_CreateOrUpdate
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerMemberResource
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/workspaceManagerMembers/{workspaceManagerMemberName}
  • Operation Id: WorkspaceManagerMembers_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerMemberResource
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/workspaceManagerMembers/{workspaceManagerMemberName}
  • Operation Id: WorkspaceManagerMembers_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerMemberResource
Get(String, CancellationToken)

Gets a workspace manager member

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

Gets all workspace manager members that exist for the given Sentinel workspace manager

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

Gets all workspace manager members that exist for the given Sentinel workspace manager

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

Gets a workspace manager member

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WorkspaceManagerMemberResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to