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