FarmBeatCollection.GetIfExists(String, CancellationToken) Method

Definition

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
public virtual Azure.NullableResponse<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource> GetIfExists (string farmBeatsResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
Public Overridable Function GetIfExists (farmBeatsResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of FarmBeatResource)

Parameters

farmBeatsResourceName
String

FarmBeats resource name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

farmBeatsResourceName is an empty string, and was expected to be non-empty.

farmBeatsResourceName is null.

Applies to