FarmBeatCollection.GetAll 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.
Répertorie les instances FarmBeats pour un groupe de ressources.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats
- IdFarmBeatsModels_ListByResourceGroup d’opération
public virtual Azure.Pageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource> GetAll (int? maxPageSize = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
Public Overridable Function GetAll (Optional maxPageSize As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FarmBeatResource)
Paramètres
Nombre maximal d’éléments nécessaires (inclus). Minimum = 10, Maximum = 1000, Valeur par défaut = 50.
- skipToken
- String
Jeton de continuation pour obtenir l’ensemble de résultats suivant.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de FarmBeatResource qui peut nécessiter plusieurs demandes de service pour itérer.
S’applique à
Azure SDK for .NET