GroupQuotaGroupingIdType Struct

Definition

GroupingId type. It is a required property. More types of groupIds can be supported in future.

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

Constructors

GroupQuotaGroupingIdType(String)

Initializes a new instance of GroupQuotaGroupingIdType.

Properties

BillingId

BillingId.

ServiceTreeId

ServiceTreeId.

Methods

Equals(GroupQuotaGroupingIdType)

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

Determines if two GroupQuotaGroupingIdType values are the same.

Implicit(String to GroupQuotaGroupingIdType)

Converts a string to a GroupQuotaGroupingIdType.

Inequality(GroupQuotaGroupingIdType, GroupQuotaGroupingIdType)

Determines if two GroupQuotaGroupingIdType values are not the same.

Applies to