IBackupVaultResource.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.Runtime.Info(Description="Secure Score of Backup Vault", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel) }, ReadOnly=true, Required=false, SerializedName="secureScore")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel? SecureScore { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Secure Score of Backup Vault", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel) }, ReadOnly=true, Required=false, SerializedName="secureScore")>]
member this.SecureScore : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel>
Public ReadOnly Property SecureScore As Nullable(Of SecureScoreLevel)
Property Value
- Attributes