HciSecretsType 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 secrets to store.
public readonly struct HciSecretsType : IEquatable<Azure.ResourceManager.Hci.Models.HciSecretsType>
type HciSecretsType = struct
Public Structure HciSecretsType
Implements IEquatable(Of HciSecretsType)
- Inheritance
-
HciSecretsType
- Implements
Constructors
| Name | Description |
|---|---|
| HciSecretsType(String) |
Initializes a new instance of HciSecretsType. |
Properties
| Name | Description |
|---|---|
| BackupSecrets |
Backup secrets type. |
Methods
| Name | Description |
|---|---|
| Equals(HciSecretsType) |
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(HciSecretsType, HciSecretsType) |
Determines if two HciSecretsType values are the same. |
| Implicit(String to HciSecretsType) |
Converts a string to a HciSecretsType. |
| Implicit(String to Nullable<HciSecretsType>) | |
| Inequality(HciSecretsType, HciSecretsType) |
Determines if two HciSecretsType values are not the same. |