AdhocBackupTriggerContent 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.
Trigger backup request.
public class AdhocBackupTriggerContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.AdhocBackupTriggerContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.AdhocBackupTriggerContent>
public class AdhocBackupTriggerContent
type AdhocBackupTriggerContent = class
interface IJsonModel<AdhocBackupTriggerContent>
interface IPersistableModel<AdhocBackupTriggerContent>
type AdhocBackupTriggerContent = class
Public Class AdhocBackupTriggerContent
Implements IJsonModel(Of AdhocBackupTriggerContent), IPersistableModel(Of AdhocBackupTriggerContent)
Public Class AdhocBackupTriggerContent
- Inheritance
-
AdhocBackupTriggerContent
- Implements
Constructors
AdhocBackupTriggerContent(AdhocBackupRules) |
Initializes a new instance of AdhocBackupTriggerContent. |
Properties
BackupRules |
Name for the Rule of the Policy which needs to be applied for this backup. |
Explicit Interface Implementations
IJsonModel<AdhocBackupTriggerContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AdhocBackupTriggerContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AdhocBackupTriggerContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AdhocBackupTriggerContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AdhocBackupTriggerContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET