AgFoodPlatformExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.AgFoodPlatform.

public static class AgFoodPlatformExtensions
type AgFoodPlatformExtensions = class
Public Module AgFoodPlatformExtensions
Inheritance
AgFoodPlatformExtensions

Methods

CheckNameAvailabilityLocation(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Checks the name availability of the resource with requested resource name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
  • Operation Id: Locations_CheckNameAvailability
CheckNameAvailabilityLocationAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Checks the name availability of the resource with requested resource name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
  • Operation Id: Locations_CheckNameAvailability
GetAgFoodPlatformPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing an AgFoodPlatformPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an AgFoodPlatformPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAgFoodPlatformPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetAgFoodPlatformPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing an AgFoodPlatformPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an AgFoodPlatformPrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAgFoodPlatformPrivateLinkResource(ResourceIdentifier) instead.

GetExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing an ExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an ExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetExtensionResource(ResourceIdentifier) instead.

GetFarmBeat(ResourceGroupResource, String, CancellationToken)

Get FarmBeats resource.

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

Get FarmBeats resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_Get
GetFarmBeatResource(ArmClient, ResourceIdentifier)

Gets an object representing a FarmBeatResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a FarmBeatResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFarmBeatResource(ResourceIdentifier) instead.

GetFarmBeats(ResourceGroupResource)

Gets a collection of FarmBeatResources in the ResourceGroupResource. MockingTo mock this method, please mock GetFarmBeats() instead.

GetFarmBeats(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Lists the FarmBeats instances for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Operation Id: FarmBeatsModels_ListBySubscription
GetFarmBeatsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Lists the FarmBeats instances for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Operation Id: FarmBeatsModels_ListBySubscription
GetFarmBeatsExtension(TenantResource, String, CancellationToken)

Get farmBeats extension.

  • Request Path: /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/{farmBeatsExtensionId}
  • Operation Id: FarmBeatsExtensions_Get
GetFarmBeatsExtensionAsync(TenantResource, String, CancellationToken)

Get farmBeats extension.

  • Request Path: /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/{farmBeatsExtensionId}
  • Operation Id: FarmBeatsExtensions_Get
GetFarmBeatsExtensionResource(ArmClient, ResourceIdentifier)

Gets an object representing a FarmBeatsExtensionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a FarmBeatsExtensionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFarmBeatsExtensionResource(ResourceIdentifier) instead.

GetFarmBeatsExtensions(TenantResource)

Gets a collection of FarmBeatsExtensionResources in the TenantResource. MockingTo mock this method, please mock GetFarmBeatsExtensions() instead.

Applies to