Freigeben über


TenantFileWorkspaceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren TenantFileWorkspaceResource Vorgänge darstellt. Jedes TenantFileWorkspaceResource in der Auflistung gehört zum gleichen instance von TenantResource. Um einen TenantFileWorkspaceCollection instance rufen Sie die GetTenantFileWorkspaces-Methode aus einer instance von aufTenantResource.

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

Konstruktoren

TenantFileWorkspaceCollection()

Initialisiert eine neue instance der -Klasse für die TenantFileWorkspaceCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, CancellationToken)

Erstellt einen neuen Dateiarbeitsbereich.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Create
CreateOrUpdateAsync(WaitUntil, String, CancellationToken)

Erstellt einen neuen Dateiarbeitsbereich.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Get
Get(String, CancellationToken)

Ruft Details für einen bestimmten Dateiarbeitsbereich ab.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Get
GetAsync(String, CancellationToken)

Ruft Details für einen bestimmten Dateiarbeitsbereich ab.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspacesNoSubscription_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Gilt für: