MaterializationStoreType 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.
public readonly struct MaterializationStoreType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MaterializationStoreType>
type MaterializationStoreType = struct
Public Structure MaterializationStoreType
Implements IEquatable(Of MaterializationStoreType)
- Inheritance
-
MaterializationStoreType
- Implements
Constructors
| Name | Description |
|---|---|
| MaterializationStoreType(String) |
Initializes a new instance of MaterializationStoreType. |
Properties
| Name | Description |
|---|---|
| None |
Gets the None. |
| Offline |
Gets the Offline. |
| Online |
Gets the Online. |
| OnlineAndOffline |
Gets the OnlineAndOffline. |
Methods
| Name | Description |
|---|---|
| Equals(MaterializationStoreType) |
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(MaterializationStoreType, MaterializationStoreType) |
Determines if two MaterializationStoreType values are the same. |
| Implicit(String to MaterializationStoreType) |
Converts a string to a MaterializationStoreType. |
| Implicit(String to Nullable<MaterializationStoreType>) | |
| Inequality(MaterializationStoreType, MaterializationStoreType) |
Determines if two MaterializationStoreType values are not the same. |