IBackupVault.SecureScore Property
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.
Secure Score of Backup Vault
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "None", "Minimum", "Adequate", "Maximum", "NotSupported" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="Secure Score of Backup Vault", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="secureScore", Update=false)]
public string SecureScore { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "None", "Minimum", "Adequate", "Maximum", "NotSupported" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="Secure Score of Backup Vault", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="secureScore", Update=false)>]
member this.SecureScore : string
Public ReadOnly Property SecureScore As String
Property Value
- Attributes