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

180 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.ExportRequest"
fullName: "com.microsoft.azure.management.sql.ExportRequest"
name: "ExportRequest"
nameWithType: "ExportRequest"
summary: "Export database parameters."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ExportRequest**"
constructors:
- uid: "com.microsoft.azure.management.sql.ExportRequest.ExportRequest()"
fullName: "com.microsoft.azure.management.sql.ExportRequest.ExportRequest()"
name: "ExportRequest()"
nameWithType: "ExportRequest.ExportRequest()"
syntax: "public ExportRequest()"
methods:
- uid: "com.microsoft.azure.management.sql.ExportRequest.administratorLogin()"
fullName: "com.microsoft.azure.management.sql.ExportRequest.administratorLogin()"
name: "administratorLogin()"
nameWithType: "ExportRequest.administratorLogin()"
summary: "Get the name of the SQL administrator."
syntax: "public String administratorLogin()"
desc: "Get the name of the SQL administrator."
returns:
description: "the administratorLogin value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.administratorLoginPassword()"
fullName: "com.microsoft.azure.management.sql.ExportRequest.administratorLoginPassword()"
name: "administratorLoginPassword()"
nameWithType: "ExportRequest.administratorLoginPassword()"
summary: "Get the password of the SQL administrator."
syntax: "public String administratorLoginPassword()"
desc: "Get the password of the SQL administrator."
returns:
description: "the administratorLoginPassword value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.authenticationType()"
fullName: "com.microsoft.azure.management.sql.ExportRequest.authenticationType()"
name: "authenticationType()"
nameWithType: "ExportRequest.authenticationType()"
summary: "Get the authentication type."
syntax: "public AuthenticationType authenticationType()"
desc: "Get the authentication type. Possible values include: 'SQL', 'ADPassword'."
returns:
description: "the authenticationType value"
type: "<xref href=\"com.microsoft.azure.management.sql.AuthenticationType?alt=com.microsoft.azure.management.sql.AuthenticationType&text=AuthenticationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.storageKey()"
fullName: "com.microsoft.azure.management.sql.ExportRequest.storageKey()"
name: "storageKey()"
nameWithType: "ExportRequest.storageKey()"
summary: "Get the storage key to use."
syntax: "public String storageKey()"
desc: "Get the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a \"?.\"."
returns:
description: "the storageKey value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.storageKeyType()"
fullName: "com.microsoft.azure.management.sql.ExportRequest.storageKeyType()"
name: "storageKeyType()"
nameWithType: "ExportRequest.storageKeyType()"
summary: "Get the type of the storage key to use."
syntax: "public StorageKeyType storageKeyType()"
desc: "Get the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'."
returns:
description: "the storageKeyType value"
type: "<xref href=\"com.microsoft.azure.management.sql.StorageKeyType?alt=com.microsoft.azure.management.sql.StorageKeyType&text=StorageKeyType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.storageUri()"
fullName: "com.microsoft.azure.management.sql.ExportRequest.storageUri()"
name: "storageUri()"
nameWithType: "ExportRequest.storageUri()"
summary: "Get the storage uri to use."
syntax: "public String storageUri()"
desc: "Get the storage uri to use."
returns:
description: "the storageUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.withAdministratorLogin(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.ExportRequest.withAdministratorLogin(String administratorLogin)"
name: "withAdministratorLogin(String administratorLogin)"
nameWithType: "ExportRequest.withAdministratorLogin(String administratorLogin)"
summary: "Set the name of the SQL administrator."
parameters:
- description: "the administratorLogin value to set"
name: "administratorLogin"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportRequest withAdministratorLogin(String administratorLogin)"
desc: "Set the name of the SQL administrator."
returns:
description: "the ExportRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ExportRequest?alt=com.microsoft.azure.management.sql.ExportRequest&text=ExportRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.withAdministratorLoginPassword(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.ExportRequest.withAdministratorLoginPassword(String administratorLoginPassword)"
name: "withAdministratorLoginPassword(String administratorLoginPassword)"
nameWithType: "ExportRequest.withAdministratorLoginPassword(String administratorLoginPassword)"
summary: "Set the password of the SQL administrator."
parameters:
- description: "the administratorLoginPassword value to set"
name: "administratorLoginPassword"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportRequest withAdministratorLoginPassword(String administratorLoginPassword)"
desc: "Set the password of the SQL administrator."
returns:
description: "the ExportRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ExportRequest?alt=com.microsoft.azure.management.sql.ExportRequest&text=ExportRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.withAuthenticationType(com.microsoft.azure.management.sql.AuthenticationType)"
fullName: "com.microsoft.azure.management.sql.ExportRequest.withAuthenticationType(AuthenticationType authenticationType)"
name: "withAuthenticationType(AuthenticationType authenticationType)"
nameWithType: "ExportRequest.withAuthenticationType(AuthenticationType authenticationType)"
summary: "Set the authentication type."
parameters:
- description: "the authenticationType value to set"
name: "authenticationType"
type: "<xref href=\"com.microsoft.azure.management.sql.AuthenticationType?alt=com.microsoft.azure.management.sql.AuthenticationType&text=AuthenticationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportRequest withAuthenticationType(AuthenticationType authenticationType)"
desc: "Set the authentication type. Possible values include: 'SQL', 'ADPassword'."
returns:
description: "the ExportRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ExportRequest?alt=com.microsoft.azure.management.sql.ExportRequest&text=ExportRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.withStorageKey(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.ExportRequest.withStorageKey(String storageKey)"
name: "withStorageKey(String storageKey)"
nameWithType: "ExportRequest.withStorageKey(String storageKey)"
summary: "Set the storage key to use."
parameters:
- description: "the storageKey value to set"
name: "storageKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportRequest withStorageKey(String storageKey)"
desc: "Set the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a \"?.\"."
returns:
description: "the ExportRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ExportRequest?alt=com.microsoft.azure.management.sql.ExportRequest&text=ExportRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.withStorageKeyType(com.microsoft.azure.management.sql.StorageKeyType)"
fullName: "com.microsoft.azure.management.sql.ExportRequest.withStorageKeyType(StorageKeyType storageKeyType)"
name: "withStorageKeyType(StorageKeyType storageKeyType)"
nameWithType: "ExportRequest.withStorageKeyType(StorageKeyType storageKeyType)"
summary: "Set the type of the storage key to use."
parameters:
- description: "the storageKeyType value to set"
name: "storageKeyType"
type: "<xref href=\"com.microsoft.azure.management.sql.StorageKeyType?alt=com.microsoft.azure.management.sql.StorageKeyType&text=StorageKeyType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportRequest withStorageKeyType(StorageKeyType storageKeyType)"
desc: "Set the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'."
returns:
description: "the ExportRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ExportRequest?alt=com.microsoft.azure.management.sql.ExportRequest&text=ExportRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ExportRequest.withStorageUri(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.ExportRequest.withStorageUri(String storageUri)"
name: "withStorageUri(String storageUri)"
nameWithType: "ExportRequest.withStorageUri(String storageUri)"
summary: "Set the storage uri to use."
parameters:
- description: "the storageUri value to set"
name: "storageUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportRequest withStorageUri(String storageUri)"
desc: "Set the storage uri to use."
returns:
description: "the ExportRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ExportRequest?alt=com.microsoft.azure.management.sql.ExportRequest&text=ExportRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Export database parameters."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4