Freigeben über


NetworkExtensions.GetAzureWebCategory Methode

Definition

Ruft die angegebene Azure-Webkategorie ab.

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

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

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: