Freigeben über


ExtendedLocationExtensions.GetCustomLocations Methode

Definition

Überlädt

GetCustomLocations(ResourceGroupResource)

Ruft eine Auflistung von CustomLocationResources in resourceGroupResource ab.

GetCustomLocations(SubscriptionResource, CancellationToken)

Ruft eine Liste der benutzerdefinierten Speicherorte im angegebenen Abonnement ab. Der Vorgang gibt Eigenschaften jedes Anforderungspfads für benutzerdefinierte Speicherorte zurück: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Vorgangs-ID: CustomLocations_ListBySubscription

GetCustomLocations(ResourceGroupResource)

Source:
ExtendedLocationExtensions.cs

Ruft eine Auflistung von CustomLocationResources in resourceGroupResource ab.

public static Azure.ResourceManager.ExtendedLocation.CustomLocationCollection GetCustomLocations (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetCustomLocations : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ExtendedLocation.CustomLocationCollection
<Extension()>
Public Function GetCustomLocations (resourceGroupResource As ResourceGroupResource) As CustomLocationCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von CustomLocationResources und deren Vorgänge über eine CustomLocationResource darstellt.

Gilt für:

GetCustomLocations(SubscriptionResource, CancellationToken)

Source:
ExtendedLocationExtensions.cs

Ruft eine Liste der benutzerdefinierten Speicherorte im angegebenen Abonnement ab. Der Vorgang gibt Eigenschaften jedes Anforderungspfads für benutzerdefinierte Speicherorte zurück: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Vorgangs-ID: CustomLocations_ListBySubscription

public static Azure.Pageable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource> GetCustomLocations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCustomLocations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>
<Extension()>
Public Function GetCustomLocations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CustomLocationResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von CustomLocationResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: