TriggerChangeDetectionContent 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 parameters used when calling trigger change detection action on cloud endpoint.
public class TriggerChangeDetectionContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.TriggerChangeDetectionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.TriggerChangeDetectionContent>
public class TriggerChangeDetectionContent
type TriggerChangeDetectionContent = class
interface IJsonModel<TriggerChangeDetectionContent>
interface IPersistableModel<TriggerChangeDetectionContent>
type TriggerChangeDetectionContent = class
Public Class TriggerChangeDetectionContent
Implements IJsonModel(Of TriggerChangeDetectionContent), IPersistableModel(Of TriggerChangeDetectionContent)
Public Class TriggerChangeDetectionContent
- Inheritance
-
TriggerChangeDetectionContent
- Implements
Constructors
TriggerChangeDetectionContent() |
Initializes a new instance of TriggerChangeDetectionContent. |
Properties
ChangeDetectionMode |
Change Detection Mode. Applies to a directory specified in directoryPath parameter. |
DirectoryPath |
Relative path to a directory Azure File share for which change detection is to be performed. |
Paths |
Array of relative paths on the Azure File share to be included in the change detection. Can be files and directories. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<TriggerChangeDetectionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TriggerChangeDetectionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TriggerChangeDetectionContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TriggerChangeDetectionContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TriggerChangeDetectionContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |