你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EceSecret Struct

Definition

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