OnlineExperimentationWorkspaceSkuName Struct

Definition

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.

Applies to