131 строка
9.1 KiB
YAML
131 строка
9.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.share.models.SmbMultichannel"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel"
|
|
name: "SmbMultichannel"
|
|
nameWithType: "SmbMultichannel"
|
|
summary: "Settings for SMB multichannel."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SmbMultichannel**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.file.share.models.SmbMultichannel?alt=com.azure.storage.file.share.models.SmbMultichannel&text=SmbMultichannel\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.share.models.SmbMultichannel.SmbMultichannel()"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel.SmbMultichannel()"
|
|
name: "SmbMultichannel()"
|
|
nameWithType: "SmbMultichannel.SmbMultichannel()"
|
|
summary: "Creates an instance of Smb<wbr>Multichannel class."
|
|
syntax: "public SmbMultichannel()"
|
|
desc: "Creates an instance of SmbMultichannel class."
|
|
methods:
|
|
- uid: "com.azure.storage.file.share.models.SmbMultichannel.fromXml(com.azure.xml.XmlReader)"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel.fromXml(XmlReader xmlReader)"
|
|
name: "fromXml(XmlReader xmlReader)"
|
|
nameWithType: "SmbMultichannel.fromXml(XmlReader xmlReader)"
|
|
summary: "Reads an instance of Smb<wbr>Multichannel from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static SmbMultichannel fromXml(XmlReader xmlReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the SmbMultichannel."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of SmbMultichannel from the XmlReader."
|
|
returns:
|
|
description: "An instance of SmbMultichannel if the XmlReader was pointing to an instance of it, or null if it was\n pointing to XML null."
|
|
type: "<xref href=\"com.azure.storage.file.share.models.SmbMultichannel?alt=com.azure.storage.file.share.models.SmbMultichannel&text=SmbMultichannel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.share.models.SmbMultichannel.fromXml(com.azure.xml.XmlReader,java.lang.String)"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
name: "fromXml(XmlReader xmlReader, String rootElementName)"
|
|
nameWithType: "SmbMultichannel.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
summary: "Reads an instance of Smb<wbr>Multichannel from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Optional root element name to override the default defined by the model. Used to support\n cases where the model can deserialize from different root element names."
|
|
name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static SmbMultichannel fromXml(XmlReader xmlReader, String rootElementName)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the SmbMultichannel."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of SmbMultichannel from the XmlReader."
|
|
returns:
|
|
description: "An instance of SmbMultichannel if the XmlReader was pointing to an instance of it, or null if it was\n pointing to XML null."
|
|
type: "<xref href=\"com.azure.storage.file.share.models.SmbMultichannel?alt=com.azure.storage.file.share.models.SmbMultichannel&text=SmbMultichannel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.share.models.SmbMultichannel.isEnabled()"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel.isEnabled()"
|
|
name: "isEnabled()"
|
|
nameWithType: "SmbMultichannel.isEnabled()"
|
|
summary: "Get the enabled property: If SMB multichannel is enabled."
|
|
syntax: "public Boolean isEnabled()"
|
|
desc: "Get the enabled property: If SMB multichannel is enabled."
|
|
returns:
|
|
description: "the enabled value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.storage.file.share.models.SmbMultichannel.setEnabled(java.lang.Boolean)"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel.setEnabled(Boolean enabled)"
|
|
name: "setEnabled(Boolean enabled)"
|
|
nameWithType: "SmbMultichannel.setEnabled(Boolean enabled)"
|
|
summary: "Set the enabled property: If SMB multichannel is enabled."
|
|
parameters:
|
|
- description: "the enabled value to set."
|
|
name: "enabled"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public SmbMultichannel setEnabled(Boolean enabled)"
|
|
desc: "Set the enabled property: If SMB multichannel is enabled."
|
|
returns:
|
|
description: "the SmbMultichannel object itself."
|
|
type: "<xref href=\"com.azure.storage.file.share.models.SmbMultichannel?alt=com.azure.storage.file.share.models.SmbMultichannel&text=SmbMultichannel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.share.models.SmbMultichannel.toXml(com.azure.xml.XmlWriter)"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel.toXml(XmlWriter xmlWriter)"
|
|
name: "toXml(XmlWriter xmlWriter)"
|
|
nameWithType: "SmbMultichannel.toXml(XmlWriter xmlWriter)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.share.models.SmbMultichannel.toXml(com.azure.xml.XmlWriter,java.lang.String)"
|
|
fullName: "com.azure.storage.file.share.models.SmbMultichannel.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
nameWithType: "SmbMultichannel.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Settings for SMB multichannel."
|
|
implements:
|
|
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.file.share.models.SmbMultichannel?alt=com.azure.storage.file.share.models.SmbMultichannel&text=SmbMultichannel\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.storage.file.share.models"
|
|
artifact: com.azure:azure-storage-file-share:12.24.0
|