Sdílet prostřednictvím


MachineLearningStorageAccountType Struct

Definition

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