EceSecret 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.
Secret names allowed for Enterprise Cloud Engine (ECE) deployment.
public readonly struct EceSecret : IEquatable<Azure.ResourceManager.Hci.Models.EceSecret>
type EceSecret = struct
Public Structure EceSecret
Implements IEquatable(Of EceSecret)
- Inheritance
-
EceSecret
- Implements
Constructors
EceSecret(String) |
Initializes a new instance of EceSecret. |
Properties
AzureStackLcmUserCredential |
AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster. |
DefaultArbApplication |
DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster. |
LocalAdminCredential |
LocalAdminCredential used for admin operations for AzureStackHCI cluster. |
WitnessStorageKey |
WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster. |
Methods
Equals(EceSecret) |
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(EceSecret, EceSecret) |
Determines if two EceSecret values are the same. |
Implicit(String to EceSecret) |
Converts a string to a EceSecret. |
Inequality(EceSecret, EceSecret) |
Determines if two EceSecret values are not the same. |
Applies to
Azure SDK for .NET