NodeTypeSecurityEncryptionType 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.
Specifies the securityEncryptionType type of the nodeType. Only DiskWithVMGuestState and VMGuestStateOnly are currently supported.
public readonly struct NodeTypeSecurityEncryptionType : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSecurityEncryptionType>
type NodeTypeSecurityEncryptionType = struct
Public Structure NodeTypeSecurityEncryptionType
Implements IEquatable(Of NodeTypeSecurityEncryptionType)
- Inheritance
-
NodeTypeSecurityEncryptionType
- Implements
Constructors
| Name | Description |
|---|---|
| NodeTypeSecurityEncryptionType(String) |
Initializes a new instance of NodeTypeSecurityEncryptionType. |
Properties
| Name | Description |
|---|---|
| DiskWithVmGuestState |
For encryption of the managed disk along with VMGuestState blob. |
| VmGuestStateOnly |
For encryption of just the VMGuestState blob. |
Methods
| Name | Description |
|---|---|
| Equals(NodeTypeSecurityEncryptionType) |
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(NodeTypeSecurityEncryptionType, NodeTypeSecurityEncryptionType) |
Determines if two NodeTypeSecurityEncryptionType values are the same. |
| Implicit(String to NodeTypeSecurityEncryptionType) |
Converts a String to a NodeTypeSecurityEncryptionType. |
| Inequality(NodeTypeSecurityEncryptionType, NodeTypeSecurityEncryptionType) |
Determines if two NodeTypeSecurityEncryptionType values are not the same. |