Partager via


Multichannel Class

Definition

Multichannel setting. Applies to Premium FileStorage only.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.MultichannelTypeConverter))]
public class Multichannel : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IMultichannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.MultichannelTypeConverter))>]
type Multichannel = class
    interface IMultichannel
    interface IJsonSerializable
Public Class Multichannel
Implements IMultichannel
Inheritance
Multichannel
Attributes
Implements

Constructors

Name Description
Multichannel()

Creates an new Multichannel instance.

Properties

Name Description
Enabled

Indicates whether multichannel is enabled

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Multichannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Multichannel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IMultichannel.

FromJsonString(String)

Creates a new instance of Multichannel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Multichannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to