ChangeFeed 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 blob service properties for change feed events.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter))]
public class ChangeFeed : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ChangeFeedTypeConverter))>]
type ChangeFeed = class
interface IChangeFeed
interface IJsonSerializable
Public Class ChangeFeed
Implements IChangeFeed
- Inheritance
-
ChangeFeed
- Attributes
- Implements
Constructors
ChangeFeed() |
Creates an new ChangeFeed instance. |
Properties
Enabled |
Indicates whether change feed event logging is enabled for the Blob service. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ChangeFeed. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ChangeFeed. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IChangeFeed. |
FromJsonString(String) |
Creates a new instance of ChangeFeed, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ChangeFeed into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |