次の方法で共有


BillingPolicyType Struct

Definition

The type of the policy.

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

Constructors

BillingPolicyType(String)

Initializes a new instance of BillingPolicyType.

Properties

Other

Other.

SystemControlled

SystemControlled.

UserControlled

UserControlled.

Methods

Equals(BillingPolicyType)

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(BillingPolicyType, BillingPolicyType)

Determines if two BillingPolicyType values are the same.

Implicit(String to BillingPolicyType)

Converts a string to a BillingPolicyType.

Inequality(BillingPolicyType, BillingPolicyType)

Determines if two BillingPolicyType values are not the same.

Applies to