MockableAgFoodPlatformSubscriptionResource.GetFarmBeats Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the FarmBeats instances for a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
- Operation Id: FarmBeatsModels_ListBySubscription
- Default Api Version: 2021-09-01-preview
- Resource: FarmBeatResource
public virtual Azure.Pageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource> GetFarmBeats(int? maxPageSize = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFarmBeats : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
override this.GetFarmBeats : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
Public Overridable Function GetFarmBeats (Optional maxPageSize As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FarmBeatResource)
Parameters
Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50.
- skipToken
- String
Skip token for getting next set of results.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of FarmBeatResource that may take multiple service requests to iterate over.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET