Share via


EasmWorkspaceCollection Class

Definition

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

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

Constructors

EasmWorkspaceCollection()

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

Create or update a Workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_CreateAndUpdate
CreateOrUpdateAsync(WaitUntil, String, EasmWorkspaceData, CancellationToken)

Create or update a Workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_CreateAndUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
Get(String, CancellationToken)

Returns a workspace with the given name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
GetAll(CancellationToken)

Returns a list of workspaces in the given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces
  • Operation Id: Workspaces_ListByResourceGroup
GetAllAsync(CancellationToken)

Returns a list of workspaces in the given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces
  • Operation Id: Workspaces_ListByResourceGroup
GetAsync(String, CancellationToken)

Returns a workspace with the given name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}
  • Operation Id: Workspaces_Get
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<EasmWorkspaceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EasmWorkspaceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to