ISupportsListingByRegion<T>.ListByRegionAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ListByRegionAsync(Region, CancellationToken) |
Répertorie toutes les ressources du type spécifié dans la région spécifiée. |
ListByRegionAsync(String, CancellationToken) |
Répertorie toutes les ressources du type spécifié dans la région spécifiée. |
ListByRegionAsync(Region, CancellationToken)
Répertorie toutes les ressources du type spécifié dans la région spécifiée.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByRegionAsync (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByRegionAsync : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByRegionAsync (region As Region, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))
Paramètres
- region
- Region
la région Azure sélectionnée
- cancellationToken
- CancellationToken
le jeton d’annulation
Retours
représentation du calcul différé de cet appel, renvoyant les ressources demandées
S’applique à
ListByRegionAsync(String, CancellationToken)
Répertorie toutes les ressources du type spécifié dans la région spécifiée.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByRegionAsync (string region, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByRegionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByRegionAsync (region As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))
Paramètres
- region
- String
la région Azure sélectionnée
- cancellationToken
- CancellationToken
le jeton d’annulation
Retours
représentation du calcul différé de cet appel, renvoyant les ressources demandées
S’applique à
Azure SDK for .NET