azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

198 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storage.models.SmbSetting"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting"
name: "SmbSetting"
nameWithType: "SmbSetting"
summary: "Setting for SMB protocol."
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 **SmbSetting**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.SmbSetting()"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.SmbSetting()"
name: "SmbSetting()"
nameWithType: "SmbSetting.SmbSetting()"
summary: "Creates an instance of Smb<wbr>Setting class."
syntax: "public SmbSetting()"
desc: "Creates an instance of SmbSetting class."
methods:
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.authenticationMethods()"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.authenticationMethods()"
name: "authenticationMethods()"
nameWithType: "SmbSetting.authenticationMethods()"
summary: "Get the authentication<wbr>Methods property: SMB authentication methods supported by server."
syntax: "public String authenticationMethods()"
desc: "Get the authenticationMethods property: SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'."
returns:
description: "the authenticationMethods value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.channelEncryption()"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.channelEncryption()"
name: "channelEncryption()"
nameWithType: "SmbSetting.channelEncryption()"
summary: "Get the channel<wbr>Encryption property: SMB channel encryption supported by server."
syntax: "public String channelEncryption()"
desc: "Get the channelEncryption property: SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'."
returns:
description: "the channelEncryption value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SmbSetting.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Smb<wbr>Setting from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static SmbSetting fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SmbSetting."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SmbSetting from the JsonReader."
returns:
description: "An instance of SmbSetting if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.kerberosTicketEncryption()"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.kerberosTicketEncryption()"
name: "kerberosTicketEncryption()"
nameWithType: "SmbSetting.kerberosTicketEncryption()"
summary: "Get the kerberos<wbr>Ticket<wbr>Encryption property: Kerberos ticket encryption supported by server."
syntax: "public String kerberosTicketEncryption()"
desc: "Get the kerberosTicketEncryption property: Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'."
returns:
description: "the kerberosTicketEncryption value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.multichannel()"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.multichannel()"
name: "multichannel()"
nameWithType: "SmbSetting.multichannel()"
summary: "Get the multichannel property: Multichannel setting."
syntax: "public Multichannel multichannel()"
desc: "Get the multichannel property: Multichannel setting. Applies to Premium FileStorage only."
returns:
description: "the multichannel value."
type: "<xref href=\"com.azure.resourcemanager.storage.models.Multichannel?alt=com.azure.resourcemanager.storage.models.Multichannel&text=Multichannel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SmbSetting.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.validate()"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.validate()"
name: "validate()"
nameWithType: "SmbSetting.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.versions()"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.versions()"
name: "versions()"
nameWithType: "SmbSetting.versions()"
summary: "Get the versions property: SMB protocol versions supported by server."
syntax: "public String versions()"
desc: "Get the versions property: SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'."
returns:
description: "the versions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.withAuthenticationMethods(java.lang.String)"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.withAuthenticationMethods(String authenticationMethods)"
name: "withAuthenticationMethods(String authenticationMethods)"
nameWithType: "SmbSetting.withAuthenticationMethods(String authenticationMethods)"
summary: "Set the authentication<wbr>Methods property: SMB authentication methods supported by server."
parameters:
- description: "the authenticationMethods value to set."
name: "authenticationMethods"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SmbSetting withAuthenticationMethods(String authenticationMethods)"
desc: "Set the authenticationMethods property: SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'."
returns:
description: "the SmbSetting object itself."
type: "<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.withChannelEncryption(java.lang.String)"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.withChannelEncryption(String channelEncryption)"
name: "withChannelEncryption(String channelEncryption)"
nameWithType: "SmbSetting.withChannelEncryption(String channelEncryption)"
summary: "Set the channel<wbr>Encryption property: SMB channel encryption supported by server."
parameters:
- description: "the channelEncryption value to set."
name: "channelEncryption"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SmbSetting withChannelEncryption(String channelEncryption)"
desc: "Set the channelEncryption property: SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'."
returns:
description: "the SmbSetting object itself."
type: "<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.withKerberosTicketEncryption(java.lang.String)"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.withKerberosTicketEncryption(String kerberosTicketEncryption)"
name: "withKerberosTicketEncryption(String kerberosTicketEncryption)"
nameWithType: "SmbSetting.withKerberosTicketEncryption(String kerberosTicketEncryption)"
summary: "Set the kerberos<wbr>Ticket<wbr>Encryption property: Kerberos ticket encryption supported by server."
parameters:
- description: "the kerberosTicketEncryption value to set."
name: "kerberosTicketEncryption"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SmbSetting withKerberosTicketEncryption(String kerberosTicketEncryption)"
desc: "Set the kerberosTicketEncryption property: Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'."
returns:
description: "the SmbSetting object itself."
type: "<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.withMultichannel(com.azure.resourcemanager.storage.models.Multichannel)"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.withMultichannel(Multichannel multichannel)"
name: "withMultichannel(Multichannel multichannel)"
nameWithType: "SmbSetting.withMultichannel(Multichannel multichannel)"
summary: "Set the multichannel property: Multichannel setting."
parameters:
- description: "the multichannel value to set."
name: "multichannel"
type: "<xref href=\"com.azure.resourcemanager.storage.models.Multichannel?alt=com.azure.resourcemanager.storage.models.Multichannel&text=Multichannel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SmbSetting withMultichannel(Multichannel multichannel)"
desc: "Set the multichannel property: Multichannel setting. Applies to Premium FileStorage only."
returns:
description: "the SmbSetting object itself."
type: "<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.models.SmbSetting.withVersions(java.lang.String)"
fullName: "com.azure.resourcemanager.storage.models.SmbSetting.withVersions(String versions)"
name: "withVersions(String versions)"
nameWithType: "SmbSetting.withVersions(String versions)"
summary: "Set the versions property: SMB protocol versions supported by server."
parameters:
- description: "the versions value to set."
name: "versions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SmbSetting withVersions(String versions)"
desc: "Set the versions property: SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'."
returns:
description: "the SmbSetting object itself."
type: "<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Setting for SMB protocol."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.models.SmbSetting?alt=com.azure.resourcemanager.storage.models.SmbSetting&text=SmbSetting\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.storage.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.42.0