Sdílet prostřednictvím


Multichannel Constructors

Definition

Overloads

Multichannel()

Initializes a new instance of the Multichannel class.

Multichannel(Nullable<Boolean>)

Initializes a new instance of the Multichannel class.

Multichannel()

Initializes a new instance of the Multichannel class.

public Multichannel ();
Public Sub New ()

Applies to

Multichannel(Nullable<Boolean>)

Initializes a new instance of the Multichannel class.

public Multichannel (bool? enabled = default);
new Microsoft.Azure.Management.Storage.Models.Multichannel : Nullable<bool> -> Microsoft.Azure.Management.Storage.Models.Multichannel
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing)

Parameters

enabled
Nullable<Boolean>

Indicates whether multichannel is enabled

Applies to