| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
ManagedInstancesClient.beginUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
ManagedInstancesClient.beginUpdate(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters,
com.azure.core.util.Context context)
Updates a managed instance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedInstanceInner>,ManagedInstanceInner> |
ManagedInstancesClient.beginUpdateAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
ManagedInstanceInner |
ManagedInstancesClient.update(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
ManagedInstanceInner |
ManagedInstancesClient.update(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters,
com.azure.core.util.Context context)
Updates a managed instance.
|
Mono<ManagedInstanceInner> |
ManagedInstancesClient.updateAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ManagedInstancesClient.updateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
ManagedInstanceUpdate parameters)
Updates a managed instance.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: Administrator username for the managed instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The administrator login password (required for managed instance
creation).
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withCollation(String collation)
Set the collation property: Collation of the managed instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withDnsZonePartner(String dnsZonePartner)
Set the dnsZonePartner property: The resource id of another managed instance whose DNS zone this managed instance
will share after creation.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withInstancePoolId(String instancePoolId)
Set the instancePoolId property: The Id of the instance pool this managed server belongs to.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withLicenseType(ManagedInstanceLicenseType licenseType)
Set the licenseType property: The license type.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode)
Set the managedInstanceCreateMode property: Specifies the mode of database creation.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withMinimalTlsVersion(String minimalTlsVersion)
Set the minimalTlsVersion property: Minimal TLS version.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withProxyOverride(ManagedInstanceProxyOverride proxyOverride)
Set the proxyOverride property: Connection type used for connecting to the instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled)
Set the publicDataEndpointEnabled property: Whether or not the public data endpoint is enabled.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withRestorePointInTime(OffsetDateTime restorePointInTime)
Set the restorePointInTime property: 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 the sku property: Managed instance sku.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withSourceManagedInstanceId(String sourceManagedInstanceId)
Set the sourceManagedInstanceId property: The resource identifier of the source managed instance associated with
create operation of this instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withStorageSizeInGB(Integer storageSizeInGB)
Set the storageSizeInGB property: Storage size in GB.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withSubnetId(String subnetId)
Set the subnetId property: Subnet resource ID for the managed instance.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withTimezoneId(String timezoneId)
Set the timezoneId property: Id of the timezone.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withVCores(Integer vCores)
Set the vCores property: The number of vCores.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.