326 строки
25 KiB
YAML
326 строки
25 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate"
|
|
name: "ManagedDatabaseUpdate"
|
|
nameWithType: "ManagedDatabaseUpdate"
|
|
summary: "An managed database update."
|
|
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 **ManagedDatabaseUpdate**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.ManagedDatabaseUpdate()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.ManagedDatabaseUpdate()"
|
|
name: "ManagedDatabaseUpdate()"
|
|
nameWithType: "ManagedDatabaseUpdate.ManagedDatabaseUpdate()"
|
|
syntax: "public ManagedDatabaseUpdate()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.catalogCollation()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.catalogCollation()"
|
|
name: "catalogCollation()"
|
|
nameWithType: "ManagedDatabaseUpdate.catalogCollation()"
|
|
summary: "Get collation of the metadata catalog."
|
|
syntax: "public CatalogCollationType catalogCollation()"
|
|
desc: "Get collation of the metadata catalog. Possible values include: 'DATABASE\\_DEFAULT', 'SQL\\_Latin1\\_General\\_CP1\\_CI\\_AS'."
|
|
returns:
|
|
description: "the catalogCollation value"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.CatalogCollationType?alt=com.microsoft.azure.management.sql.CatalogCollationType&text=CatalogCollationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.collation()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.collation()"
|
|
name: "collation()"
|
|
nameWithType: "ManagedDatabaseUpdate.collation()"
|
|
summary: "Get collation of the managed database."
|
|
syntax: "public String collation()"
|
|
desc: "Get collation of the managed database."
|
|
returns:
|
|
description: "the collation 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.ManagedDatabaseUpdate.createMode()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.createMode()"
|
|
name: "createMode()"
|
|
nameWithType: "ManagedDatabaseUpdate.createMode()"
|
|
summary: "Get managed database create mode."
|
|
syntax: "public ManagedDatabaseCreateMode createMode()"
|
|
desc: "Get managed database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. SourceDatabaseName, SourceManagedInstanceName and PointInTime must be specified. RestoreExternalBackup: Create a database by restoring from external backup files. Collation, StorageContainerUri and StorageContainerSasToken must be specified. Recovery: Creates a database by restoring a geo-replicated backup. RecoverableDatabaseId must be specified as the recoverable database resource ID to restore. Possible values include: 'Default', 'RestoreExternalBackup', 'PointInTimeRestore', 'Recovery'."
|
|
returns:
|
|
description: "the createMode value"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseCreateMode?alt=com.microsoft.azure.management.sql.ManagedDatabaseCreateMode&text=ManagedDatabaseCreateMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.creationDate()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.creationDate()"
|
|
name: "creationDate()"
|
|
nameWithType: "ManagedDatabaseUpdate.creationDate()"
|
|
summary: "Get creation date of the database."
|
|
syntax: "public DateTime creationDate()"
|
|
desc: "Get creation date of the database."
|
|
returns:
|
|
description: "the creationDate value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.defaultSecondaryLocation()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.defaultSecondaryLocation()"
|
|
name: "defaultSecondaryLocation()"
|
|
nameWithType: "ManagedDatabaseUpdate.defaultSecondaryLocation()"
|
|
summary: "Get geo paired region."
|
|
syntax: "public String defaultSecondaryLocation()"
|
|
desc: "Get geo paired region."
|
|
returns:
|
|
description: "the defaultSecondaryLocation 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.ManagedDatabaseUpdate.earliestRestorePoint()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.earliestRestorePoint()"
|
|
name: "earliestRestorePoint()"
|
|
nameWithType: "ManagedDatabaseUpdate.earliestRestorePoint()"
|
|
summary: "Get earliest restore point in time for point in time restore."
|
|
syntax: "public DateTime earliestRestorePoint()"
|
|
desc: "Get earliest restore point in time for point in time restore."
|
|
returns:
|
|
description: "the earliestRestorePoint value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.failoverGroupId()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.failoverGroupId()"
|
|
name: "failoverGroupId()"
|
|
nameWithType: "ManagedDatabaseUpdate.failoverGroupId()"
|
|
summary: "Get instance Failover Group resource identifier that this managed database belongs to."
|
|
syntax: "public String failoverGroupId()"
|
|
desc: "Get instance Failover Group resource identifier that this managed database belongs to."
|
|
returns:
|
|
description: "the failoverGroupId 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.ManagedDatabaseUpdate.recoverableDatabaseId()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.recoverableDatabaseId()"
|
|
name: "recoverableDatabaseId()"
|
|
nameWithType: "ManagedDatabaseUpdate.recoverableDatabaseId()"
|
|
summary: "Get the resource identifier of the recoverable database associated with create operation of this database."
|
|
syntax: "public String recoverableDatabaseId()"
|
|
desc: "Get the resource identifier of the recoverable database associated with create operation of this database."
|
|
returns:
|
|
description: "the recoverableDatabaseId 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.ManagedDatabaseUpdate.restorableDroppedDatabaseId()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.restorableDroppedDatabaseId()"
|
|
name: "restorableDroppedDatabaseId()"
|
|
nameWithType: "ManagedDatabaseUpdate.restorableDroppedDatabaseId()"
|
|
summary: "Get the restorable dropped database resource id to restore when creating this database."
|
|
syntax: "public String restorableDroppedDatabaseId()"
|
|
desc: "Get the restorable dropped database resource id to restore when creating this database."
|
|
returns:
|
|
description: "the restorableDroppedDatabaseId 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.ManagedDatabaseUpdate.restorePointInTime()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.restorePointInTime()"
|
|
name: "restorePointInTime()"
|
|
nameWithType: "ManagedDatabaseUpdate.restorePointInTime()"
|
|
summary: "Get conditional."
|
|
syntax: "public DateTime restorePointInTime()"
|
|
desc: "Get conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
|
|
returns:
|
|
description: "the restorePointInTime value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.sourceDatabaseId()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.sourceDatabaseId()"
|
|
name: "sourceDatabaseId()"
|
|
nameWithType: "ManagedDatabaseUpdate.sourceDatabaseId()"
|
|
summary: "Get the resource identifier of the source database associated with create operation of this database."
|
|
syntax: "public String sourceDatabaseId()"
|
|
desc: "Get the resource identifier of the source database associated with create operation of this database."
|
|
returns:
|
|
description: "the sourceDatabaseId 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.ManagedDatabaseUpdate.status()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.status()"
|
|
name: "status()"
|
|
nameWithType: "ManagedDatabaseUpdate.status()"
|
|
summary: "Get status of the database."
|
|
syntax: "public ManagedDatabaseStatus status()"
|
|
desc: "Get status of the database. Possible values include: 'Online', 'Offline', 'Shutdown', 'Creating', 'Inaccessible', 'Updating'."
|
|
returns:
|
|
description: "the status value"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseStatus?alt=com.microsoft.azure.management.sql.ManagedDatabaseStatus&text=ManagedDatabaseStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.storageContainerSasToken()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.storageContainerSasToken()"
|
|
name: "storageContainerSasToken()"
|
|
nameWithType: "ManagedDatabaseUpdate.storageContainerSasToken()"
|
|
summary: "Get conditional."
|
|
syntax: "public String storageContainerSasToken()"
|
|
desc: "Get conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token."
|
|
returns:
|
|
description: "the storageContainerSasToken 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.ManagedDatabaseUpdate.storageContainerUri()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.storageContainerUri()"
|
|
name: "storageContainerUri()"
|
|
nameWithType: "ManagedDatabaseUpdate.storageContainerUri()"
|
|
summary: "Get conditional."
|
|
syntax: "public String storageContainerUri()"
|
|
desc: "Get conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored."
|
|
returns:
|
|
description: "the storageContainerUri 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.ManagedDatabaseUpdate.tags()"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.tags()"
|
|
name: "tags()"
|
|
nameWithType: "ManagedDatabaseUpdate.tags()"
|
|
summary: "Get resource tags."
|
|
syntax: "public Map<String,String> tags()"
|
|
desc: "Get resource tags."
|
|
returns:
|
|
description: "the tags value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withCatalogCollation(com.microsoft.azure.management.sql.CatalogCollationType)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)"
|
|
name: "withCatalogCollation(CatalogCollationType catalogCollation)"
|
|
nameWithType: "ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)"
|
|
summary: "Set collation of the metadata catalog."
|
|
parameters:
|
|
- description: "the catalogCollation value to set"
|
|
name: "catalogCollation"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.CatalogCollationType?alt=com.microsoft.azure.management.sql.CatalogCollationType&text=CatalogCollationType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withCatalogCollation(CatalogCollationType catalogCollation)"
|
|
desc: "Set collation of the metadata catalog. Possible values include: 'DATABASE\\_DEFAULT', 'SQL\\_Latin1\\_General\\_CP1\\_CI\\_AS'."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withCollation(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withCollation(String collation)"
|
|
name: "withCollation(String collation)"
|
|
nameWithType: "ManagedDatabaseUpdate.withCollation(String collation)"
|
|
summary: "Set collation of the managed database."
|
|
parameters:
|
|
- description: "the collation value to set"
|
|
name: "collation"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withCollation(String collation)"
|
|
desc: "Set collation of the managed database."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withCreateMode(com.microsoft.azure.management.sql.ManagedDatabaseCreateMode)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withCreateMode(ManagedDatabaseCreateMode createMode)"
|
|
name: "withCreateMode(ManagedDatabaseCreateMode createMode)"
|
|
nameWithType: "ManagedDatabaseUpdate.withCreateMode(ManagedDatabaseCreateMode createMode)"
|
|
summary: "Set managed database create mode."
|
|
parameters:
|
|
- description: "the createMode value to set"
|
|
name: "createMode"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseCreateMode?alt=com.microsoft.azure.management.sql.ManagedDatabaseCreateMode&text=ManagedDatabaseCreateMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withCreateMode(ManagedDatabaseCreateMode createMode)"
|
|
desc: "Set managed database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. SourceDatabaseName, SourceManagedInstanceName and PointInTime must be specified. RestoreExternalBackup: Create a database by restoring from external backup files. Collation, StorageContainerUri and StorageContainerSasToken must be specified. Recovery: Creates a database by restoring a geo-replicated backup. RecoverableDatabaseId must be specified as the recoverable database resource ID to restore. Possible values include: 'Default', 'RestoreExternalBackup', 'PointInTimeRestore', 'Recovery'."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withRecoverableDatabaseId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withRecoverableDatabaseId(String recoverableDatabaseId)"
|
|
name: "withRecoverableDatabaseId(String recoverableDatabaseId)"
|
|
nameWithType: "ManagedDatabaseUpdate.withRecoverableDatabaseId(String recoverableDatabaseId)"
|
|
summary: "Set the resource identifier of the recoverable database associated with create operation of this database."
|
|
parameters:
|
|
- description: "the recoverableDatabaseId value to set"
|
|
name: "recoverableDatabaseId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withRecoverableDatabaseId(String recoverableDatabaseId)"
|
|
desc: "Set the resource identifier of the recoverable database associated with create operation of this database."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withRestorableDroppedDatabaseId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
|
|
name: "withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
|
|
nameWithType: "ManagedDatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
|
|
summary: "Set the restorable dropped database resource id to restore when creating this database."
|
|
parameters:
|
|
- description: "the restorableDroppedDatabaseId value to set"
|
|
name: "restorableDroppedDatabaseId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
|
|
desc: "Set the restorable dropped database resource id to restore when creating this database."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withRestorePointInTime(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withRestorePointInTime(DateTime restorePointInTime)"
|
|
name: "withRestorePointInTime(DateTime restorePointInTime)"
|
|
nameWithType: "ManagedDatabaseUpdate.withRestorePointInTime(DateTime restorePointInTime)"
|
|
summary: "Set conditional."
|
|
parameters:
|
|
- description: "the restorePointInTime value to set"
|
|
name: "restorePointInTime"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withRestorePointInTime(DateTime restorePointInTime)"
|
|
desc: "Set conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withSourceDatabaseId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId)"
|
|
name: "withSourceDatabaseId(String sourceDatabaseId)"
|
|
nameWithType: "ManagedDatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId)"
|
|
summary: "Set the resource identifier of the source database associated with create operation of this database."
|
|
parameters:
|
|
- description: "the sourceDatabaseId value to set"
|
|
name: "sourceDatabaseId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withSourceDatabaseId(String sourceDatabaseId)"
|
|
desc: "Set the resource identifier of the source database associated with create operation of this database."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withStorageContainerSasToken(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withStorageContainerSasToken(String storageContainerSasToken)"
|
|
name: "withStorageContainerSasToken(String storageContainerSasToken)"
|
|
nameWithType: "ManagedDatabaseUpdate.withStorageContainerSasToken(String storageContainerSasToken)"
|
|
summary: "Set conditional."
|
|
parameters:
|
|
- description: "the storageContainerSasToken value to set"
|
|
name: "storageContainerSasToken"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withStorageContainerSasToken(String storageContainerSasToken)"
|
|
desc: "Set conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withStorageContainerUri(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withStorageContainerUri(String storageContainerUri)"
|
|
name: "withStorageContainerUri(String storageContainerUri)"
|
|
nameWithType: "ManagedDatabaseUpdate.withStorageContainerUri(String storageContainerUri)"
|
|
summary: "Set conditional."
|
|
parameters:
|
|
- description: "the storageContainerUri value to set"
|
|
name: "storageContainerUri"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedDatabaseUpdate withStorageContainerUri(String storageContainerUri)"
|
|
desc: "Set conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.sql.ManagedDatabaseUpdate.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "ManagedDatabaseUpdate.withTags(Map<String,String> tags)"
|
|
summary: "Set resource tags."
|
|
parameters:
|
|
- description: "the tags value to set"
|
|
name: "tags"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ManagedDatabaseUpdate withTags(Map<String,String> tags)"
|
|
desc: "Set resource tags."
|
|
returns:
|
|
description: "the ManagedDatabaseUpdate object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ManagedDatabaseUpdate?alt=com.microsoft.azure.management.sql.ManagedDatabaseUpdate&text=ManagedDatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "An managed database update."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|