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

382 строки
28 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions"
name: "DatabaseExtensions"
nameWithType: "DatabaseExtensions"
summary: "An Import, Export, or Polybase<wbr>Import resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.ProxyResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.ProxyResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- 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 **DatabaseExtensions**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.DatabaseExtensions()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.DatabaseExtensions()"
name: "DatabaseExtensions()"
nameWithType: "DatabaseExtensions.DatabaseExtensions()"
summary: "Creates an instance of Database<wbr>Extensions class."
syntax: "public DatabaseExtensions()"
desc: "Creates an instance of DatabaseExtensions class."
methods:
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.administratorLogin()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.administratorLogin()"
name: "administratorLogin()"
nameWithType: "DatabaseExtensions.administratorLogin()"
summary: "Get the administrator<wbr>Login property: Administrator login name."
syntax: "public String administratorLogin()"
desc: "Get the administratorLogin property: Administrator login name."
returns:
description: "the administratorLogin value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.administratorLoginPassword()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.administratorLoginPassword()"
name: "administratorLoginPassword()"
nameWithType: "DatabaseExtensions.administratorLoginPassword()"
summary: "Get the administrator<wbr>Login<wbr>Password property: Administrator login password."
syntax: "public String administratorLoginPassword()"
desc: "Get the administratorLoginPassword property: Administrator login password."
returns:
description: "the administratorLoginPassword value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.authenticationType()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.authenticationType()"
name: "authenticationType()"
nameWithType: "DatabaseExtensions.authenticationType()"
summary: "Get the authentication<wbr>Type property: Authentication type: SQL authentication or AD password."
syntax: "public String authenticationType()"
desc: "Get the authenticationType property: Authentication type: SQL authentication or AD password."
returns:
description: "the authenticationType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.databaseEdition()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.databaseEdition()"
name: "databaseEdition()"
nameWithType: "DatabaseExtensions.databaseEdition()"
summary: "Get the database<wbr>Edition property: Database edition for the newly created database in the case of an import operation."
syntax: "public String databaseEdition()"
desc: "Get the databaseEdition property: Database edition for the newly created database in the case of an import operation."
returns:
description: "the databaseEdition value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DatabaseExtensions.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Database<wbr>Extensions 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 DatabaseExtensions fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DatabaseExtensions from the JsonReader."
returns:
description: "An instance of DatabaseExtensions if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.id()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.id()"
name: "id()"
nameWithType: "DatabaseExtensions.id()"
summary: "Get the id property: Fully qualified resource Id for the resource."
overridden: "com.azure.core.management.ProxyResource.id()"
syntax: "public String id()"
desc: "Get the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.maxSizeBytes()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.maxSizeBytes()"
name: "maxSizeBytes()"
nameWithType: "DatabaseExtensions.maxSizeBytes()"
summary: "Get the max<wbr>Size<wbr>Bytes property: Database max size in bytes for the newly created database in the case of an import operation."
syntax: "public String maxSizeBytes()"
desc: "Get the maxSizeBytes property: Database max size in bytes for the newly created database in the case of an import operation."
returns:
description: "the maxSizeBytes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.name()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.name()"
name: "name()"
nameWithType: "DatabaseExtensions.name()"
summary: "Get the name property: The name of the resource."
overridden: "com.azure.core.management.ProxyResource.name()"
syntax: "public String name()"
desc: "Get the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.networkIsolation()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.networkIsolation()"
name: "networkIsolation()"
nameWithType: "DatabaseExtensions.networkIsolation()"
summary: "Get the network<wbr>Isolation property: Optional resource information to enable network isolation for request."
syntax: "public NetworkIsolationSettings networkIsolation()"
desc: "Get the networkIsolation property: Optional resource information to enable network isolation for request."
returns:
description: "the networkIsolation value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.NetworkIsolationSettings?alt=com.azure.resourcemanager.sql.models.NetworkIsolationSettings&text=NetworkIsolationSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.operationMode()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.operationMode()"
name: "operationMode()"
nameWithType: "DatabaseExtensions.operationMode()"
summary: "Get the operation<wbr>Mode property: Operation mode of the operation: Import, Export, or Polybase<wbr>Import."
syntax: "public OperationMode operationMode()"
desc: "Get the operationMode property: Operation mode of the operation: Import, Export, or PolybaseImport."
returns:
description: "the operationMode value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.OperationMode?alt=com.azure.resourcemanager.sql.models.OperationMode&text=OperationMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.serviceObjectiveName()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.serviceObjectiveName()"
name: "serviceObjectiveName()"
nameWithType: "DatabaseExtensions.serviceObjectiveName()"
summary: "Get the service<wbr>Objective<wbr>Name property: Database service level objective for the newly created database in the case of an import operation."
syntax: "public String serviceObjectiveName()"
desc: "Get the serviceObjectiveName property: Database service level objective for the newly created database in the case of an import operation."
returns:
description: "the serviceObjectiveName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.storageKey()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.storageKey()"
name: "storageKey()"
nameWithType: "DatabaseExtensions.storageKey()"
summary: "Get the storage<wbr>Key property: Storage key for the storage account."
syntax: "public String storageKey()"
desc: "Get the storageKey property: Storage key for the storage account."
returns:
description: "the storageKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.storageKeyType()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.storageKeyType()"
name: "storageKeyType()"
nameWithType: "DatabaseExtensions.storageKeyType()"
summary: "Get the storage<wbr>Key<wbr>Type property: Storage key type: Storage<wbr>Access<wbr>Key or Shared<wbr>Access<wbr>Key."
syntax: "public StorageKeyType storageKeyType()"
desc: "Get the storageKeyType property: Storage key type: StorageAccessKey or SharedAccessKey."
returns:
description: "the storageKeyType value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.StorageKeyType?alt=com.azure.resourcemanager.sql.models.StorageKeyType&text=StorageKeyType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.storageUri()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.storageUri()"
name: "storageUri()"
nameWithType: "DatabaseExtensions.storageUri()"
summary: "Get the storage<wbr>Uri property: Storage Uri for the storage account."
syntax: "public String storageUri()"
desc: "Get the storageUri property: Storage Uri for the storage account."
returns:
description: "the storageUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DatabaseExtensions.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.ProxyResource.toJson(com.azure.json.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.sql.models.DatabaseExtensions.type()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.type()"
name: "type()"
nameWithType: "DatabaseExtensions.type()"
summary: "Get the type property: The type of the resource."
overridden: "com.azure.core.management.ProxyResource.type()"
syntax: "public String type()"
desc: "Get the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.validate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.validate()"
name: "validate()"
nameWithType: "DatabaseExtensions.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withAdministratorLogin(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withAdministratorLogin(String administratorLogin)"
name: "withAdministratorLogin(String administratorLogin)"
nameWithType: "DatabaseExtensions.withAdministratorLogin(String administratorLogin)"
summary: "Set the administrator<wbr>Login property: Administrator login name."
parameters:
- description: "the administratorLogin value to set."
name: "administratorLogin"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withAdministratorLogin(String administratorLogin)"
desc: "Set the administratorLogin property: Administrator login name."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withAdministratorLoginPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withAdministratorLoginPassword(String administratorLoginPassword)"
name: "withAdministratorLoginPassword(String administratorLoginPassword)"
nameWithType: "DatabaseExtensions.withAdministratorLoginPassword(String administratorLoginPassword)"
summary: "Set the administrator<wbr>Login<wbr>Password property: Administrator login password."
parameters:
- description: "the administratorLoginPassword value to set."
name: "administratorLoginPassword"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withAdministratorLoginPassword(String administratorLoginPassword)"
desc: "Set the administratorLoginPassword property: Administrator login password."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withAuthenticationType(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withAuthenticationType(String authenticationType)"
name: "withAuthenticationType(String authenticationType)"
nameWithType: "DatabaseExtensions.withAuthenticationType(String authenticationType)"
summary: "Set the authentication<wbr>Type property: Authentication type: SQL authentication or AD password."
parameters:
- description: "the authenticationType value to set."
name: "authenticationType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withAuthenticationType(String authenticationType)"
desc: "Set the authenticationType property: Authentication type: SQL authentication or AD password."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withDatabaseEdition(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withDatabaseEdition(String databaseEdition)"
name: "withDatabaseEdition(String databaseEdition)"
nameWithType: "DatabaseExtensions.withDatabaseEdition(String databaseEdition)"
summary: "Set the database<wbr>Edition property: Database edition for the newly created database in the case of an import operation."
parameters:
- description: "the databaseEdition value to set."
name: "databaseEdition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withDatabaseEdition(String databaseEdition)"
desc: "Set the databaseEdition property: Database edition for the newly created database in the case of an import operation."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withMaxSizeBytes(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withMaxSizeBytes(String maxSizeBytes)"
name: "withMaxSizeBytes(String maxSizeBytes)"
nameWithType: "DatabaseExtensions.withMaxSizeBytes(String maxSizeBytes)"
summary: "Set the max<wbr>Size<wbr>Bytes property: Database max size in bytes for the newly created database in the case of an import operation."
parameters:
- description: "the maxSizeBytes value to set."
name: "maxSizeBytes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withMaxSizeBytes(String maxSizeBytes)"
desc: "Set the maxSizeBytes property: Database max size in bytes for the newly created database in the case of an import operation."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withNetworkIsolation(com.azure.resourcemanager.sql.models.NetworkIsolationSettings)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withNetworkIsolation(NetworkIsolationSettings networkIsolation)"
name: "withNetworkIsolation(NetworkIsolationSettings networkIsolation)"
nameWithType: "DatabaseExtensions.withNetworkIsolation(NetworkIsolationSettings networkIsolation)"
summary: "Set the network<wbr>Isolation property: Optional resource information to enable network isolation for request."
parameters:
- description: "the networkIsolation value to set."
name: "networkIsolation"
type: "<xref href=\"com.azure.resourcemanager.sql.models.NetworkIsolationSettings?alt=com.azure.resourcemanager.sql.models.NetworkIsolationSettings&text=NetworkIsolationSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseExtensions withNetworkIsolation(NetworkIsolationSettings networkIsolation)"
desc: "Set the networkIsolation property: Optional resource information to enable network isolation for request."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withOperationMode(com.azure.resourcemanager.sql.models.OperationMode)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withOperationMode(OperationMode operationMode)"
name: "withOperationMode(OperationMode operationMode)"
nameWithType: "DatabaseExtensions.withOperationMode(OperationMode operationMode)"
summary: "Set the operation<wbr>Mode property: Operation mode of the operation: Import, Export, or Polybase<wbr>Import."
parameters:
- description: "the operationMode value to set."
name: "operationMode"
type: "<xref href=\"com.azure.resourcemanager.sql.models.OperationMode?alt=com.azure.resourcemanager.sql.models.OperationMode&text=OperationMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseExtensions withOperationMode(OperationMode operationMode)"
desc: "Set the operationMode property: Operation mode of the operation: Import, Export, or PolybaseImport."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withServiceObjectiveName(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withServiceObjectiveName(String serviceObjectiveName)"
name: "withServiceObjectiveName(String serviceObjectiveName)"
nameWithType: "DatabaseExtensions.withServiceObjectiveName(String serviceObjectiveName)"
summary: "Set the service<wbr>Objective<wbr>Name property: Database service level objective for the newly created database in the case of an import operation."
parameters:
- description: "the serviceObjectiveName value to set."
name: "serviceObjectiveName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withServiceObjectiveName(String serviceObjectiveName)"
desc: "Set the serviceObjectiveName property: Database service level objective for the newly created database in the case of an import operation."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withStorageKey(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withStorageKey(String storageKey)"
name: "withStorageKey(String storageKey)"
nameWithType: "DatabaseExtensions.withStorageKey(String storageKey)"
summary: "Set the storage<wbr>Key property: Storage key for the storage account."
parameters:
- description: "the storageKey value to set."
name: "storageKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withStorageKey(String storageKey)"
desc: "Set the storageKey property: Storage key for the storage account."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withStorageKeyType(com.azure.resourcemanager.sql.models.StorageKeyType)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withStorageKeyType(StorageKeyType storageKeyType)"
name: "withStorageKeyType(StorageKeyType storageKeyType)"
nameWithType: "DatabaseExtensions.withStorageKeyType(StorageKeyType storageKeyType)"
summary: "Set the storage<wbr>Key<wbr>Type property: Storage key type: Storage<wbr>Access<wbr>Key or Shared<wbr>Access<wbr>Key."
parameters:
- description: "the storageKeyType value to set."
name: "storageKeyType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.StorageKeyType?alt=com.azure.resourcemanager.sql.models.StorageKeyType&text=StorageKeyType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseExtensions withStorageKeyType(StorageKeyType storageKeyType)"
desc: "Set the storageKeyType property: Storage key type: StorageAccessKey or SharedAccessKey."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withStorageUri(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseExtensions.withStorageUri(String storageUri)"
name: "withStorageUri(String storageUri)"
nameWithType: "DatabaseExtensions.withStorageUri(String storageUri)"
summary: "Set the storage<wbr>Uri property: Storage Uri for the storage account."
parameters:
- description: "the storageUri value to set."
name: "storageUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseExtensions withStorageUri(String storageUri)"
desc: "Set the storageUri property: Storage Uri for the storage account."
returns:
description: "the DatabaseExtensions object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseExtensions?alt=com.azure.resourcemanager.sql.models.DatabaseExtensions&text=DatabaseExtensions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An Import, Export, or PolybaseImport resource."
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0