SubscriptionWorkloadType 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 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
Azure SDK for .NET