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
| Name | Description |
|---|---|
| MachineLearningEncryptionStatus(String) |
Initializes a new instance of MachineLearningEncryptionStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |