Share via


CommitmentPlansOperationsExtensions.Get Method

Definition

Gets the specified commitmentPlans associated with the Cognitive Services account.

public static Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan Get (this Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations operations, string resourceGroupName, string accountName, string commitmentPlanName);
static member Get : Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations * string * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan
<Extension()>
Public Function Get (operations As ICommitmentPlansOperations, resourceGroupName As String, accountName As String, commitmentPlanName As String) As CommitmentPlan

Parameters

operations
ICommitmentPlansOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of Cognitive Services account.

commitmentPlanName
String

The name of the commitmentPlan associated with the Cognitive Services Account

Returns

Applies to