Udostępnij za pośrednictwem


ChangeFeed Class

Definition

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.

Applies to