Uses of Class
com.microsoft.azure.management.sql.ManagedInstanceUpdate
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ManagedInstanceUpdate in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionManagedInstanceUpdate.withAdministratorLogin
(String administratorLogin) Set administrator username for the managed instance.ManagedInstanceUpdate.withAdministratorLoginPassword
(String administratorLoginPassword) Set the administrator login password (required for managed instance creation).ManagedInstanceUpdate.withCollation
(String collation) Set collation of the managed instance.ManagedInstanceUpdate.withDnsZonePartner
(String dnsZonePartner) Set the resource id of another managed instance whose DNS zone this managed instance will share after creation.ManagedInstanceUpdate.withInstancePoolId
(String instancePoolId) Set the Id of the instance pool this managed server belongs to.ManagedInstanceUpdate.withLicenseType
(ManagedInstanceLicenseType licenseType) Set the license type.ManagedInstanceUpdate.withManagedInstanceCreateMode
(ManagedServerCreateMode managedInstanceCreateMode) Set specifies the mode of database creation.ManagedInstanceUpdate.withProxyOverride
(ManagedInstanceProxyOverride proxyOverride) Set connection type used for connecting to the instance.ManagedInstanceUpdate.withPublicDataEndpointEnabled
(Boolean publicDataEndpointEnabled) Set whether or not the public data endpoint is enabled.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.Set managed instance sku.ManagedInstanceUpdate.withSourceManagedInstanceId
(String sourceManagedInstanceId) Set the resource identifier of the source managed instance associated with create operation of this instance.ManagedInstanceUpdate.withStorageSizeInGB
(Integer storageSizeInGB) Set storage size in GB.ManagedInstanceUpdate.withSubnetId
(String subnetId) Set subnet resource ID for the managed instance.Set resource tags.ManagedInstanceUpdate.withTimezoneId
(String timezoneId) Set id of the timezone.ManagedInstanceUpdate.withVCores
(Integer vCores) Set the number of vCores.