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
MachineLearningStorageAccountType(String) |
Initializes a new instance of MachineLearningStorageAccountType. |
Properties
PremiumLrs |
Premium_LRS. |
StandardLrs |
Standard_LRS. |
Methods
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
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. |
Applies to
Azure SDK for .NET