Freigeben über


ProviderRegistrationCollection.Get(String, CancellationToken) Methode

Definition

Ruft die Details zur Anbieterregistrierung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}
  • Vorgangs-IdProviderRegistrations_Get
public virtual Azure.Response<Azure.ResourceManager.ProviderHub.ProviderRegistrationResource> Get (string providerNamespace, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.ProviderRegistrationResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.ProviderRegistrationResource>
Public Overridable Function Get (providerNamespace As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProviderRegistrationResource)

Parameter

providerNamespace
String

Der Name des in ProviderHub gehosteten Ressourcenanbieters.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

providerNamespace ist NULL.

Gilt für: