| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withAdministratorLogin(String administratorLogin)
Set administrator username for the managed instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withAdministratorLoginPassword(String administratorLoginPassword)
Set the administrator login password (required for managed instance creation).
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withCollation(String collation)
Set collation of the managed instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withDnsZonePartner(String dnsZonePartner)
Set the resource id of another managed instance whose DNS zone this managed instance will share after creation.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withInstancePoolId(String instancePoolId)
Set the Id of the instance pool this managed server belongs to.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withLicenseType(ManagedInstanceLicenseType licenseType)
Set the license type.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode)
Set specifies the mode of database creation.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withProxyOverride(ManagedInstanceProxyOverride proxyOverride)
Set connection type used for connecting to the instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled)
Set whether or not the public data endpoint is enabled.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withRestorePointInTime(org.joda.time.DateTime restorePointInTime)
Set specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withSku(Sku sku)
Set managed instance sku.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withSourceManagedInstanceId(String sourceManagedInstanceId)
Set the resource identifier of the source managed instance associated with create operation of this instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withStorageSizeInGB(Integer storageSizeInGB)
Set storage size in GB.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withSubnetId(String subnetId)
Set subnet resource ID for the managed instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withTags(Map<String,String> tags)
Set resource tags.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withTimezoneId(String timezoneId)
Set id of the timezone.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withVCores(Integer vCores)
Set the number of vCores.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/