Freigeben über


SubscriptionResource.GetResourceGroup(String, CancellationToken) Methode

Definition

Ruft eine Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}
  • Vorgang IdResourceGroups_Get
public virtual Azure.Response<Azure.ResourceManager.Resources.ResourceGroupResource> GetResourceGroup (string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetResourceGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ResourceGroupResource>
override this.GetResourceGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ResourceGroupResource>
Public Overridable Function GetResourceGroup (resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ResourceGroupResource)

Parameter

resourceGroupName
String

Der Name der abzurufenden Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

resourceGroupName ist NULL.

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

Gilt für: