ComplianceSegment Constructors
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.
Overloads
ComplianceSegment() |
Initializes a new instance of the ComplianceSegment class. |
ComplianceSegment(String, Nullable<Double>) |
Initializes a new instance of the ComplianceSegment class. |
ComplianceSegment()
Initializes a new instance of the ComplianceSegment class.
public ComplianceSegment ();
Public Sub New ()
Applies to
ComplianceSegment(String, Nullable<Double>)
Initializes a new instance of the ComplianceSegment class.
public ComplianceSegment (string segmentType = default, double? percentage = default);
new Microsoft.Azure.Management.Security.Models.ComplianceSegment : string * Nullable<double> -> Microsoft.Azure.Management.Security.Models.ComplianceSegment
Public Sub New (Optional segmentType As String = Nothing, Optional percentage As Nullable(Of Double) = Nothing)
Parameters
- segmentType
- String
The segment type, e.g. compliant, non-compliance, insufficient coverage, N/A, etc.