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

ICluster.SecretArchiveUseKeyVault Property

Definition

The indicator if the specified key vault should be used to archive the secrets of the cluster.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The indicator if the specified key vault should be used to archive the secrets of the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled) }, ReadOnly=false, Required=false, SerializedName="useKeyVault")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled? SecretArchiveUseKeyVault { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The indicator if the specified key vault should be used to archive the secrets of the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled) }, ReadOnly=false, Required=false, SerializedName="useKeyVault")>]
member this.SecretArchiveUseKeyVault : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled> with get, set
Public Property SecretArchiveUseKeyVault As Nullable(Of ClusterSecretArchiveEnabled)

Property Value

Attributes

Applies to