次の方法で共有


BillingRequestType Struct

Definition

Type of billing request.

public readonly struct BillingRequestType : IEquatable<Azure.ResourceManager.Billing.Models.BillingRequestType>
type BillingRequestType = struct
Public Structure BillingRequestType
Implements IEquatable(Of BillingRequestType)
Inheritance
BillingRequestType
Implements

Constructors

BillingRequestType(String)

Initializes a new instance of BillingRequestType.

Properties

InvoiceAccess

InvoiceAccess.

Other

Other.

ProvisioningAccess

ProvisioningAccess.

RoleAssignment

RoleAssignment.

UpdateBillingPolicy

UpdateBillingPolicy.

Methods

Equals(BillingRequestType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BillingRequestType, BillingRequestType)

Determines if two BillingRequestType values are the same.

Implicit(String to BillingRequestType)

Converts a string to a BillingRequestType.

Inequality(BillingRequestType, BillingRequestType)

Determines if two BillingRequestType values are not the same.

Applies to