PatchResourceGuardInput 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.
Patch Request content for Microsoft.DataProtection Resource Guard resources
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.PatchResourceGuardInputTypeConverter))]
public class PatchResourceGuardInput : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPatchResourceGuardInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.PatchResourceGuardInputTypeConverter))>]
type PatchResourceGuardInput = class
interface IPatchResourceGuardInput
interface IJsonSerializable
Public Class PatchResourceGuardInput
Implements IPatchResourceGuardInput
- Inheritance
-
PatchResourceGuardInput
- Attributes
- Implements
Constructors
PatchResourceGuardInput() |
Creates an new PatchResourceGuardInput instance. |
Properties
Tag |
Resource Guard tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PatchResourceGuardInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PatchResourceGuardInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPatchResourceGuardInput. |
FromJsonString(String) |
Creates a new instance of PatchResourceGuardInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PatchResourceGuardInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |