Multichannel Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. Multichannel
- com.
Implements
public final class Multichannel
implements JsonSerializable<Multichannel>
Multichannel setting. Applies to Premium FileStorage only.
Constructor Summary
| Constructor | Description |
|---|---|
| Multichannel() |
Creates an instance of Multichannel class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
enabled()
Get the enabled property: Indicates whether multichannel is enabled. |
| static Multichannel |
fromJson(JsonReader jsonReader)
Reads an instance of Multichannel from the Json |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Multichannel |
withEnabled(Boolean enabled)
Set the enabled property: Indicates whether multichannel is enabled. |
Methods inherited from java.lang.Object
Constructor Details
Multichannel
public Multichannel()
Creates an instance of Multichannel class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Indicates whether multichannel is enabled.
Returns:
fromJson
public static Multichannel fromJson(JsonReader jsonReader)
Reads an instance of Multichannel from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public Multichannel withEnabled(Boolean enabled)
Set the enabled property: Indicates whether multichannel is enabled.
Parameters:
Returns: