Freigeben über


ConfluentOrganizationCollection.GetAsync(String, CancellationToken) Methode

Definition

Rufen Sie die Eigenschaften einer bestimmten Organisationsressource ab.

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

Parameter

organizationName
String

Name der Organisationsressourcen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

organizationName ist NULL.

Gilt für: