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

53 строки
2.9 KiB
YAML

### YamlMime:JavaType
fields:
- field:
type: final <xref href="com.microsoft.azure.management.sql.ServerKeyType?alt=com.microsoft.azure.management.sql.ServerKeyType&text=ServerKeyType" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.sql.ServerKeyType.AZURE_KEY_VAULT
name: AZURE_KEY_VAULT
nameWithType: ServerKeyType.AZURE_KEY_VAULT
summary: <p>Static value AzureKeyVault for ServerKeyType. </p>
syntax: public static final ServerKeyType AZURE_KEY_VAULT= fromString("AzureKeyVault")
uid: com.microsoft.azure.management.sql.ServerKeyType.AZURE_KEY_VAULT
- field:
type: final <xref href="com.microsoft.azure.management.sql.ServerKeyType?alt=com.microsoft.azure.management.sql.ServerKeyType&text=ServerKeyType" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.sql.ServerKeyType.SERVICE_MANAGED
name: SERVICE_MANAGED
nameWithType: ServerKeyType.SERVICE_MANAGED
summary: <p>Static value ServiceManaged for ServerKeyType. </p>
syntax: public static final ServerKeyType SERVICE_MANAGED= fromString("ServiceManaged")
uid: com.microsoft.azure.management.sql.ServerKeyType.SERVICE_MANAGED
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.rest.ExpandableStringEnum&lt;ServerKeyType&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.sql.ServerKeyType.fromString(String name)
name: fromString(String name)
nameWithType: ServerKeyType.fromString(String name)
parameters:
- description: <p>a name to look for </p>
name: name
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the corresponding ServerKeyType </p>
type: <xref href="com.microsoft.azure.management.sql.ServerKeyType?alt=com.microsoft.azure.management.sql.ServerKeyType&text=ServerKeyType" data-throw-if-not-resolved="False"/>
summary: <p>Creates or finds a ServerKeyType from its string representation. </p>
syntax: public static ServerKeyType fromString(String name)
uid: com.microsoft.azure.management.sql.ServerKeyType.fromString(String)
- fullName: com.microsoft.azure.management.sql.ServerKeyType.values()
name: values()
nameWithType: ServerKeyType.values()
returns:
description: <p>known ServerKeyType values </p>
type: Collection&lt;<xref href="com.microsoft.azure.management.sql.ServerKeyType?alt=com.microsoft.azure.management.sql.ServerKeyType&text=ServerKeyType" data-throw-if-not-resolved="False"/>&gt;
syntax: public static Collection<ServerKeyType> values()
uid: com.microsoft.azure.management.sql.ServerKeyType.values()
nameWithType: ServerKeyType
syntax: public class ServerKeyType
type: class
uid: com.microsoft.azure.management.sql.ServerKeyType
fullName: com.microsoft.azure.management.sql.ServerKeyType
name: ServerKeyType
package: com.microsoft.azure.management.sql
summary: <p>Defines values for ServerKeyType. </p>
metadata: {}