Uses of Class
com.azure.resourcemanager.sql.models.ManagedInstanceUpdate
Packages that use ManagedInstanceUpdate
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ManagedInstanceUpdate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ManagedInstanceUpdateModifier and TypeMethodDescriptioncom.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.ManagedInstancesClient.update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters) Updates a managed instance.ManagedInstancesClient.update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, com.azure.core.util.Context context) Updates a managed instance.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. -
Uses of ManagedInstanceUpdate in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ManagedInstanceUpdateModifier and TypeClassDescriptionfinal classAn update request for an Azure SQL Database managed instance.Methods in com.azure.resourcemanager.sql.models that return ManagedInstanceUpdateModifier and TypeMethodDescriptionstatic ManagedInstanceUpdateManagedInstanceUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedInstanceUpdate from the JsonReader.ManagedInstanceUpdate.withAdministratorLogin(String administratorLogin) Set the administratorLogin property: Administrator username for the managed instance.ManagedInstanceUpdate.withAdministratorLoginPassword(String administratorLoginPassword) Set the administratorLoginPassword property: The administrator login password (required for managed instance creation).ManagedInstanceUpdate.withAdministrators(ManagedInstanceExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.ManagedInstanceUpdate.withCollation(String collation) Set the collation property: Collation of the managed instance.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.withIdentity(ResourceIdentity identity) Set the identity property: Managed instance identity.ManagedInstanceUpdate.withInstancePoolId(String instancePoolId) Set the instancePoolId property: The Id of the instance pool this managed server belongs to.Set the keyId property: A CMK URI of the key to use for encryption.ManagedInstanceUpdate.withLicenseType(ManagedInstanceLicenseType licenseType) Set the licenseType property: The license type.ManagedInstanceUpdate.withMaintenanceConfigurationId(String maintenanceConfigurationId) Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this managed instance.ManagedInstanceUpdate.withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode) Set the managedInstanceCreateMode property: Specifies the mode of database creation.ManagedInstanceUpdate.withMinimalTlsVersion(String minimalTlsVersion) Set the minimalTlsVersion property: Minimal TLS version.ManagedInstanceUpdate.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId) Set the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default.ManagedInstanceUpdate.withProxyOverride(ManagedInstanceProxyOverride proxyOverride) Set the proxyOverride property: Connection type used for connecting to the instance.ManagedInstanceUpdate.withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled) Set the publicDataEndpointEnabled property: Whether or not the public data endpoint is enabled.ManagedInstanceUpdate.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy) Set the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this instance.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.withServicePrincipal(ServicePrincipal servicePrincipal) Set the servicePrincipal property: The managed instance's service principal.Set the sku property: Managed instance sku.ManagedInstanceUpdate.withSourceManagedInstanceId(String sourceManagedInstanceId) Set the sourceManagedInstanceId property: The resource identifier of the source managed instance associated with create operation of this instance.ManagedInstanceUpdate.withStorageSizeInGB(Integer storageSizeInGB) Set the storageSizeInGB property: Storage size in GB.ManagedInstanceUpdate.withSubnetId(String subnetId) Set the subnetId property: Subnet resource ID for the managed instance.Set the tags property: Resource tags.ManagedInstanceUpdate.withTimezoneId(String timezoneId) Set the timezoneId property: Id of the timezone.ManagedInstanceUpdate.withVCores(Integer vCores) Set the vCores property: The number of vCores.ManagedInstanceUpdate.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not the multi-az is enabled.