Freigeben über


SubscriptionFileWorkspaceCollection.GetAsync Methode

Definition

Ruft Details zu einem bestimmten Dateiarbeitsbereich in einem Azure-Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgang IdFileWorkspaces_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SubscriptionFileWorkspaceResource>> GetAsync (string fileWorkspaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SubscriptionFileWorkspaceResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SubscriptionFileWorkspaceResource>>
Public Overridable Function GetAsync (fileWorkspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionFileWorkspaceResource))

Parameter

fileWorkspaceName
String

Dateiarbeitsbereichsname.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

fileWorkspaceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

fileWorkspaceName ist NULL.

Gilt für: