AgreementsOperationsExtensions.Get Method

Definition

public static Microsoft.Azure.Management.Billing.Models.Agreement Get (this Microsoft.Azure.Management.Billing.IAgreementsOperations operations, string billingAccountName, string agreementName, string expand = default);
static member Get : Microsoft.Azure.Management.Billing.IAgreementsOperations * string * string * string -> Microsoft.Azure.Management.Billing.Models.Agreement
<Extension()>
Public Function Get (operations As IAgreementsOperations, billingAccountName As String, agreementName As String, Optional expand As String = Nothing) As Agreement

Parameters

operations
IAgreementsOperations

The operations group for this extension method.

billingAccountName
String

The ID that uniquely identifies a billing account.

agreementName
String

The ID that uniquely identifies an agreement.

expand
String

May be used to expand the participants.

Returns

Applies to