Class AzurePolicyAssignments
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure policy assignments.
public class AzurePolicyAssignments : BypassSection
- Inheritance
-
AzurePolicyAssignments
- Inherited Members
Constructors
AzurePolicyAssignments()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzurePolicyAssignments class.
public AzurePolicyAssignments()
Properties
Items
Gets or sets the items in the collection.
public AzurePolicyAssignmentCollection Items { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.AzurePolicyAssignments cloned from this object.
public AzurePolicyAssignments Clone()
Returns
- AzurePolicyAssignments
A CENTREL.XIA.Configuration.Types.AzurePolicyAssignments.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzurePolicyAssignments class from the specified XML.
public static AzurePolicyAssignments FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzurePolicyAssignments
A CENTREL.XIA.Configuration.Types.AzurePolicyAssignments class.
ToString()
Returns the policy assignments as a human readable string.
public override string ToString()
Returns
- string
The policy assignments as a human readable string.