Uses of Class
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceProperties
Packages that use ManagedInstanceProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of ManagedInstanceProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedInstancePropertiesModifier and TypeMethodDescriptionManagedInstanceProperties.withAdministratorLogin(String administratorLogin) Set the administratorLogin property: Administrator username for the managed instance.ManagedInstanceProperties.withAdministratorLoginPassword(String administratorLoginPassword) Set the administratorLoginPassword property: The administrator login password (required for managed instance creation).ManagedInstanceProperties.withAdministrators(ManagedInstanceExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.ManagedInstanceProperties.withCollation(String collation) Set the collation property: Collation of the managed instance.ManagedInstanceProperties.withDnsZonePartner(String dnsZonePartner) Set the dnsZonePartner property: The resource id of another managed instance whose DNS zone this managed instance will share after creation.ManagedInstanceProperties.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.ManagedInstanceProperties.withLicenseType(ManagedInstanceLicenseType licenseType) Set the licenseType property: The license type.ManagedInstanceProperties.withMaintenanceConfigurationId(String maintenanceConfigurationId) Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this managed instance.ManagedInstanceProperties.withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode) Set the managedInstanceCreateMode property: Specifies the mode of database creation.ManagedInstanceProperties.withMinimalTlsVersion(String minimalTlsVersion) Set the minimalTlsVersion property: Minimal TLS version.ManagedInstanceProperties.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId) Set the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default.ManagedInstanceProperties.withProxyOverride(ManagedInstanceProxyOverride proxyOverride) Set the proxyOverride property: Connection type used for connecting to the instance.ManagedInstanceProperties.withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled) Set the publicDataEndpointEnabled property: Whether or not the public data endpoint is enabled.ManagedInstanceProperties.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy) Set the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this instance.ManagedInstanceProperties.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.ManagedInstanceProperties.withServicePrincipal(ServicePrincipal servicePrincipal) Set the servicePrincipal property: The managed instance's service principal.ManagedInstanceProperties.withSourceManagedInstanceId(String sourceManagedInstanceId) Set the sourceManagedInstanceId property: The resource identifier of the source managed instance associated with create operation of this instance.ManagedInstanceProperties.withStorageSizeInGB(Integer storageSizeInGB) Set the storageSizeInGB property: Storage size in GB.ManagedInstanceProperties.withSubnetId(String subnetId) Set the subnetId property: Subnet resource ID for the managed instance.ManagedInstanceProperties.withTimezoneId(String timezoneId) Set the timezoneId property: Id of the timezone.ManagedInstanceProperties.withVCores(Integer vCores) Set the vCores property: The number of vCores.ManagedInstanceProperties.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not the multi-az is enabled.