Override 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 property value override.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.OverrideTypeConverter))]
public class Override : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IOverride
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.OverrideTypeConverter))>]
type Override = class
interface IOverride
interface IJsonSerializable
Public Class Override
Implements IOverride
- Inheritance
-
Override
- Attributes
- Implements
Constructors
Override() |
Creates an new Override instance. |
Properties
Kind |
The override kind. |
Selector |
The list of the selector expressions. |
Value |
The value to override the policy property. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Override. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IOverride. |
FromJsonString(String) |
Creates a new instance of Override, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |