AdhocBasedTaggingCriteria 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.
Adhoc backup tagging criteria
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AdhocBasedTaggingCriteriaTypeConverter))]
public class AdhocBasedTaggingCriteria : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAdhocBasedTaggingCriteria
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AdhocBasedTaggingCriteriaTypeConverter))>]
type AdhocBasedTaggingCriteria = class
interface IAdhocBasedTaggingCriteria
interface IJsonSerializable
Public Class AdhocBasedTaggingCriteria
Implements IAdhocBasedTaggingCriteria
- Inheritance
-
AdhocBasedTaggingCriteria
- Attributes
- Implements
Constructors
AdhocBasedTaggingCriteria() |
Creates an new AdhocBasedTaggingCriteria instance. |
Properties
TagInfoETag |
Retention Tag version. |
TagInfoId |
Retention Tag version. |
TagInfoTagName |
Retention Tag Name to relate it to retention rule. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdhocBasedTaggingCriteria. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdhocBasedTaggingCriteria. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAdhocBasedTaggingCriteria. |
FromJsonString(String) |
Creates a new instance of AdhocBasedTaggingCriteria, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdhocBasedTaggingCriteria into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |