PolicyEnrollmentUpdate Class
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.
The policy enrollment for Patch request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyEnrollmentUpdateTypeConverter))]
public class PolicyEnrollmentUpdate : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyEnrollmentUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyEnrollmentUpdateTypeConverter))>]
type PolicyEnrollmentUpdate = class
interface IPolicyEnrollmentUpdate
interface IJsonSerializable
Public Class PolicyEnrollmentUpdate
Implements IPolicyEnrollmentUpdate
- Inheritance
-
PolicyEnrollmentUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyEnrollmentUpdate() |
Creates an new PolicyEnrollmentUpdate instance. |
Properties
| Name | Description |
|---|---|
| AssignmentScopeValidation |
The option whether to validate the enrollment is at or under the assignment scope. |
| ResourceSelector |
The resource selector list to filter policies by resource properties. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyEnrollmentUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyEnrollmentUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyEnrollmentUpdate. |
| FromJsonString(String) |
Creates a new instance of PolicyEnrollmentUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyEnrollmentUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |