azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

48 строки
2.2 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.management.sql.AuthenticationType.ADPASSWORD
name: ADPASSWORD
nameWithType: AuthenticationType.ADPASSWORD
summary: <p>Enum value ADPassword. </p>
uid: com.microsoft.azure.management.sql.AuthenticationType.ADPASSWORD
- fullName: com.microsoft.azure.management.sql.AuthenticationType.SQL
name: SQL
nameWithType: AuthenticationType.SQL
summary: <p>Enum value SQL. </p>
uid: com.microsoft.azure.management.sql.AuthenticationType.SQL
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;AuthenticationType&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.sql.AuthenticationType.fromString(String value)
name: fromString(String value)
nameWithType: AuthenticationType.fromString(String value)
parameters:
- description: <p>the serialized value to parse. </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the parsed AuthenticationType object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.management.sql.AuthenticationType?alt=com.microsoft.azure.management.sql.AuthenticationType&text=AuthenticationType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a AuthenticationType instance.</p>
<p></p>
syntax: public static AuthenticationType fromString(String value)
uid: com.microsoft.azure.management.sql.AuthenticationType.fromString(String)
- fullName: com.microsoft.azure.management.sql.AuthenticationType.toString()
name: toString()
nameWithType: AuthenticationType.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.management.sql.AuthenticationType.toString()
nameWithType: AuthenticationType
syntax: public enum AuthenticationType
uid: com.microsoft.azure.management.sql.AuthenticationType
fullName: com.microsoft.azure.management.sql.AuthenticationType
name: AuthenticationType
package: com.microsoft.azure.management.sql
summary: <p>Defines values for AuthenticationType. </p>
metadata: {}