Freigeben über


ViewChargesPolicy Struct

Definition

The policy that controls whether the users in customer's organization can view charges at pay-as-you-go prices.

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

Constructors

Name Description
ViewChargesPolicy(String)

Initializes a new instance of ViewChargesPolicy.

Properties

Name Description
Allowed

Allowed.

NotAllowed

NotAllowed.

Other

Other.

Methods

Name Description
Equals(ViewChargesPolicy)

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

Name Description
Equality(ViewChargesPolicy, ViewChargesPolicy)

Determines if two ViewChargesPolicy values are the same.

Implicit(String to ViewChargesPolicy)

Converts a String to a ViewChargesPolicy.

Inequality(ViewChargesPolicy, ViewChargesPolicy)

Determines if two ViewChargesPolicy values are not the same.

Applies to