SubscriptionWorkload Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET