SubscriptionWorkloadType Struct

Definition

The Azure workload type of the subscription.

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

Constructors

SubscriptionWorkloadType(String)

Initializes a new instance of SubscriptionWorkloadType.

Properties

DevTest

DevTest.

Internal

Internal.

None

None.

Production

Production.

Methods

Equals(SubscriptionWorkloadType)

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

Determines if two SubscriptionWorkloadType values are the same.

Implicit(String to SubscriptionWorkloadType)

Converts a string to a SubscriptionWorkloadType.

Inequality(SubscriptionWorkloadType, SubscriptionWorkloadType)

Determines if two SubscriptionWorkloadType values are not the same.

Applies to