Share via


DevTestLabResource.GetDevTestLabFormula Method

Definition

Get formula.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}
  • Operation Id: Formulas_Get
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabFormulaResource> GetDevTestLabFormula (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabFormula : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabFormulaResource>
override this.GetDevTestLabFormula : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabFormulaResource>
Public Overridable Function GetDevTestLabFormula (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabFormulaResource)

Parameters

name
String

The name of the formula.

expand
String

Specify the $expand query. Example: 'properties($select=description)'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

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

Applies to