Freigeben über


AvsPrivateCloudCollection.GetAsync(String, CancellationToken) Methode

Definition

Abrufen einer privaten Cloud

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}
  • Vorgang IdPrivateClouds_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource>> GetAsync (string privateCloudName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource>>
Public Overridable Function GetAsync (privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AvsPrivateCloudResource))

Parameter

privateCloudName
String

Name der privaten Cloud.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

privateCloudName ist NULL.

Gilt für: