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