Partager via


TenantFileWorkspaceCollection Class

Definition

A class representing a collection of TenantFileWorkspaceResource and their operations. Each TenantFileWorkspaceResource in the collection will belong to the same instance of TenantResource. To get a TenantFileWorkspaceCollection instance call the GetTenantFileWorkspaces method from an instance of TenantResource.

public class TenantFileWorkspaceCollection : Azure.ResourceManager.ArmCollection
type TenantFileWorkspaceCollection = class
    inherit ArmCollection
Public Class TenantFileWorkspaceCollection
Inherits ArmCollection
Inheritance
TenantFileWorkspaceCollection

Constructors

TenantFileWorkspaceCollection()

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

Creates a new file workspace.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Create
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
CreateOrUpdateAsync(WaitUntil, String, CancellationToken)

Creates a new file workspace.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Create
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Get
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Get
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
Get(String, CancellationToken)

Gets details for a specific file workspace.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Get
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
GetAsync(String, CancellationToken)

Gets details for a specific file workspace.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Get
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Get
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Operation Id: FileWorkspacesNoSubscription_Get
  • Default Api Version: 2024-04-01
  • Resource: TenantFileWorkspaceResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Applies to