OnlineExperimentationWorkspaceSkuTier 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 allowed SKU tiers for the online experimentation workspace.
public readonly struct OnlineExperimentationWorkspaceSkuTier : IEquatable<Azure.ResourceManager.OnlineExperimentation.Models.OnlineExperimentationWorkspaceSkuTier>
type OnlineExperimentationWorkspaceSkuTier = struct
Public Structure OnlineExperimentationWorkspaceSkuTier
Implements IEquatable(Of OnlineExperimentationWorkspaceSkuTier)
- Inheritance
-
OnlineExperimentationWorkspaceSkuTier
- Implements
Constructors
| Name | Description |
|---|---|
| OnlineExperimentationWorkspaceSkuTier(String) |
Initializes a new instance of OnlineExperimentationWorkspaceSkuTier. |
Properties
| Name | Description |
|---|---|
| Developer |
The Developer service tier. |
| Free |
The Free service tier. |
| Premium |
The Premium service tier. |
| Standard |
The Standard service tier. |
Methods
| Name | Description |
|---|---|
| Equals(OnlineExperimentationWorkspaceSkuTier) |
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(OnlineExperimentationWorkspaceSkuTier, OnlineExperimentationWorkspaceSkuTier) |
Determines if two OnlineExperimentationWorkspaceSkuTier values are the same. |
| Implicit(String to Nullable<OnlineExperimentationWorkspaceSkuTier>) | |
| Implicit(String to OnlineExperimentationWorkspaceSkuTier) |
Converts a string to a OnlineExperimentationWorkspaceSkuTier. |
| Inequality(OnlineExperimentationWorkspaceSkuTier, OnlineExperimentationWorkspaceSkuTier) |
Determines if two OnlineExperimentationWorkspaceSkuTier values are not the same. |