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

ViewChargesPolicy(String)

Initializes a new instance of ViewChargesPolicy.

Properties

Allowed

Allowed.

NotAllowed

NotAllowed.

Other

Other.

Methods

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

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