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
| 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. |