ISecuritySetting.SecuredCoreComplianceAssignment 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.
Secured Core Compliance Assignment
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Secured Core Compliance Assignment", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ComplianceAssignmentType) }, ReadOnly=false, Required=false, SerializedName="securedCoreComplianceAssignment")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ComplianceAssignmentType? SecuredCoreComplianceAssignment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Secured Core Compliance Assignment", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ComplianceAssignmentType) }, ReadOnly=false, Required=false, SerializedName="securedCoreComplianceAssignment")>]
member this.SecuredCoreComplianceAssignment : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ComplianceAssignmentType> with get, set
Public Property SecuredCoreComplianceAssignment As Nullable(Of ComplianceAssignmentType)
Property Value
- Attributes