HciSecretType 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 secret used for authentication.
public readonly struct HciSecretType : IEquatable<Azure.ResourceManager.Hci.Models.HciSecretType>
type HciSecretType = struct
Public Structure HciSecretType
Implements IEquatable(Of HciSecretType)
- Inheritance
-
HciSecretType
- Implements
Constructors
| Name | Description |
|---|---|
| HciSecretType(String) |
Initializes a new instance of HciSecretType. |
Properties
| Name | Description |
|---|---|
| KeyVault |
Key Vault based authentication. |
| SshPubKey |
SSH Public Key based authentication. |
Methods
| Name | Description |
|---|---|
| Equals(HciSecretType) |
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(HciSecretType, HciSecretType) |
Determines if two HciSecretType values are the same. |
| Implicit(String to HciSecretType) |
Converts a string to a HciSecretType. |
| Implicit(String to Nullable<HciSecretType>) | |
| Inequality(HciSecretType, HciSecretType) |
Determines if two HciSecretType values are not the same. |