Megosztás a következőn keresztül:


FarmBeatCollection Class

Definition

A class representing a collection of FarmBeatResource and their operations. Each FarmBeatResource in the collection will belong to the same instance of ResourceGroupResource. To get a FarmBeatCollection instance call the GetFarmBeats method from an instance of ResourceGroupResource.

public class FarmBeatCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
type FarmBeatCollection = class
    inherit ArmCollection
    interface seq<FarmBeatResource>
    interface IEnumerable
    interface IAsyncEnumerable<FarmBeatResource>
Public Class FarmBeatCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of FarmBeatResource), IEnumerable(Of FarmBeatResource)
Inheritance
FarmBeatCollection
Implements

Constructors

FarmBeatCollection()

Initializes a new instance of the FarmBeatCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, FarmBeatData, CancellationToken)

Create or update FarmBeats resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, FarmBeatData, CancellationToken)

Create or update FarmBeats resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_Get
Get(String, CancellationToken)

Get FarmBeats resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_Get
GetAll(Nullable<Int32>, String, CancellationToken)

Lists the FarmBeats instances for a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Operation Id: FarmBeatsModels_ListByResourceGroup
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Lists the FarmBeats instances for a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Operation Id: FarmBeatsModels_ListByResourceGroup
GetAsync(String, CancellationToken)

Get FarmBeats resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<FarmBeatResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<FarmBeatResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to