InvoiceSectionLabelManagementPolicy Struct

Definition

The policy that controls invoice section label management at invoice section scope. This is allowed by default.

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

Constructors

InvoiceSectionLabelManagementPolicy(String)

Initializes a new instance of InvoiceSectionLabelManagementPolicy.

Properties

Allowed

Allowed.

NotAllowed

NotAllowed.

Other

Other.

Methods

Equals(InvoiceSectionLabelManagementPolicy)

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

Determines if two InvoiceSectionLabelManagementPolicy values are the same.

Implicit(String to InvoiceSectionLabelManagementPolicy)

Converts a string to a InvoiceSectionLabelManagementPolicy.

Inequality(InvoiceSectionLabelManagementPolicy, InvoiceSectionLabelManagementPolicy)

Determines if two InvoiceSectionLabelManagementPolicy values are not the same.

Applies to