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