Freigeben über


AzureWebCategoryCollection.Get(String, String, CancellationToken) Methode

Definition

Ruft die angegebene Azure-Webkategorie ab.

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

Parameter

name
String

Der Name von azureWebCategory.

expand
String

Erweitert resourceIds zurück, auf die von der AzureWebCategory-Ressource verwiesen wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

name ist NULL.

Gilt für: