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

36 строки
2.9 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.sql.SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String sharedAccessKey)
name: withSharedAccessKey(String sharedAccessKey)
nameWithType: SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String sharedAccessKey)
parameters:
- description: <p>the shared access key to use; it must be preceded with a "?." </p>
name: sharedAccessKey
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>next definition stage </p>
type: <xref href="SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword?alt=SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword&text=SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword" data-throw-if-not-resolved="False"/>
syntax: public SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withSharedAccessKey(String sharedAccessKey)
uid: com.microsoft.azure.management.sql.SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String)
- fullName: com.microsoft.azure.management.sql.SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withStorageAccessKey(String storageAccessKey)
name: withStorageAccessKey(String storageAccessKey)
nameWithType: SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withStorageAccessKey(String storageAccessKey)
parameters:
- description: <p>the storage access key to use </p>
name: storageAccessKey
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>next definition stage </p>
type: <xref href="SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword?alt=SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword&text=SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword" data-throw-if-not-resolved="False"/>
syntax: public SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withStorageAccessKey(String storageAccessKey)
uid: com.microsoft.azure.management.sql.SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withStorageAccessKey(String)
nameWithType: SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey
syntax: public interface WithStorageTypeAndKey
type: interface
uid: com.microsoft.azure.management.sql.SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey
fullName: com.microsoft.azure.management.sql.SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey
name: SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey
package: com.microsoft.azure.management.sql
summary: <p>Sets the storage key type and value to use. </p>
metadata: {}