BillingRoleDefinitionsOperationsExtensions.GetByBillingAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the definition for a role on a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/
public static Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition GetByBillingAccount (this Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations operations, string billingAccountName, string billingRoleDefinitionName);
static member GetByBillingAccount : Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations * string * string -> Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition
<Extension()>
Public Function GetByBillingAccount (operations As IBillingRoleDefinitionsOperations, billingAccountName As String, billingRoleDefinitionName As String) As BillingRoleDefinition
Parameters
- operations
- IBillingRoleDefinitionsOperations
The operations group for this extension method.
- billingAccountName
- String
The ID that uniquely identifies a billing account.
- billingRoleDefinitionName
- String
The ID that uniquely identifies a role definition.
Returns
Applies to
Azure SDK for .NET