C# Class Microsoft.Azure.Commands.Compute.SqlServerPrivateSettings

SQL Server extension's private settings
Mostrar archivo Open project: Azure/azure-powershell

Public Properties

Property Type Description
Password string
PrivateKeyVaultCredentialSettings PrivateKeyVaultCredentialSettings
StorageAccessKey string
StorageUrl string

Property Details

Password public_oe property

Password required for certification when encryption is enabled
public string Password
return string

PrivateKeyVaultCredentialSettings public_oe property

Azure Key Vault Credential settings
public PrivateKeyVaultCredentialSettings,Microsoft.Azure.Commands.Compute PrivateKeyVaultCredentialSettings
return PrivateKeyVaultCredentialSettings

StorageAccessKey public_oe property

Storage account access key
public string StorageAccessKey
return string

StorageUrl public_oe property

Azure blob store URL
public string StorageUrl
return string