MachineLearningEncryptionStatus 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.
Indicates whether or not the encryption is enabled for the workspace.
public readonly struct MachineLearningEncryptionStatus : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionStatus>
type MachineLearningEncryptionStatus = struct
Public Structure MachineLearningEncryptionStatus
Implements IEquatable(Of MachineLearningEncryptionStatus)
- Inheritance
-
MachineLearningEncryptionStatus
- Implements
Constructors
MachineLearningEncryptionStatus(String) |
Initializes a new instance of MachineLearningEncryptionStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(MachineLearningEncryptionStatus) |
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(MachineLearningEncryptionStatus, MachineLearningEncryptionStatus) |
Determines if two MachineLearningEncryptionStatus values are the same. |
Implicit(String to MachineLearningEncryptionStatus) |
Converts a string to a MachineLearningEncryptionStatus. |
Inequality(MachineLearningEncryptionStatus, MachineLearningEncryptionStatus) |
Determines if two MachineLearningEncryptionStatus values are not the same. |
Applies to
Azure SDK for .NET