MachineLearningStorageAccountType 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.
type of this storage account.
public readonly struct MachineLearningStorageAccountType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningStorageAccountType>
type MachineLearningStorageAccountType = struct
Public Structure MachineLearningStorageAccountType
Implements IEquatable(Of MachineLearningStorageAccountType)
- Inheritance
-
MachineLearningStorageAccountType
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningStorageAccountType(String) |
Initializes a new instance of MachineLearningStorageAccountType. |
Properties
| Name | Description |
|---|---|
| PremiumLrs |
Premium_LRS. |
| StandardLrs |
Standard_LRS. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningStorageAccountType) |
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(MachineLearningStorageAccountType, MachineLearningStorageAccountType) |
Determines if two MachineLearningStorageAccountType values are the same. |
| Implicit(String to MachineLearningStorageAccountType) |
Converts a String to a MachineLearningStorageAccountType. |
| Inequality(MachineLearningStorageAccountType, MachineLearningStorageAccountType) |
Determines if two MachineLearningStorageAccountType values are not the same. |