Freigeben über


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

Name Description
SubscriptionWorkloadType(String)

Initializes a new instance of SubscriptionWorkloadType.

Properties

Name Description
DevTest

DevTest.

Internal

Internal.

None

None.

Production

Production.

Methods

Name Description
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

Name Description
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