BillingInvoiceSectionRoleDefinitionCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleDefinitions/{roleDefinitionName}
  • Operation Id: BillingRoleDefinition_GetByInvoiceSection
  • Default Api Version: 2024-04-01
  • Resource: BillingInvoiceSectionRoleDefinitionResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource> GetIfExists (string roleDefinitionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Billing.BillingInvoiceSectionRoleDefinitionResource>
Public Overridable Function GetIfExists (roleDefinitionName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of BillingInvoiceSectionRoleDefinitionResource)

Parameters

roleDefinitionName
String

The ID that uniquely identifies a role definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

roleDefinitionName is null.

Applies to