SubscriptionWorkload Struct

Definition

The workload type of the subscription. It can be either Production or DevTest.

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

Constructors

SubscriptionWorkload(String)

Initializes a new instance of SubscriptionWorkload.

Properties

DevTest

DevTest.

Production

Production.

Methods

Equals(SubscriptionWorkload)

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

Determines if two SubscriptionWorkload values are the same.

Implicit(String to SubscriptionWorkload)

Converts a string to a SubscriptionWorkload.

Inequality(SubscriptionWorkload, SubscriptionWorkload)

Determines if two SubscriptionWorkload values are not the same.

Applies to