Package version:
Optional administratorAdministrator username for the managed instance. Can only be specified when the managed instance is being created (and is required for creation).
Optional administratorThe administrator login password (required for managed instance creation).
Optional administratorsThe Azure Active Directory administrator of the instance. This can only be used at instance create time. If used for instance update, it will be ignored or it will result in an error. For updates individual APIs will need to be used.
Optional collationCollation of the managed instance.
Optional Readonly currentThe storage account type used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage) NOTE: This property will not be serialized. It can only be populated by the server.
Optional Readonly dnsThe Dns Zone that the managed instance is in. NOTE: This property will not be serialized. It can only be populated by the server.
Optional dnsThe resource id of another managed instance whose DNS zone this managed instance will share after creation.
Optional Readonly fullyThe fully qualified domain name of the managed instance. NOTE: This property will not be serialized. It can only be populated by the server.
Optional identityManaged instance identity
Optional instanceThe Id of the instance pool this managed server belongs to.
Optional keyA CMK URI of the key to use for encryption.
Optional licenseThe license type. Possible values are 'LicenseIncluded' (regular price inclusive of a new SQL license) and 'BasePrice' (discounted AHB price for bringing your own SQL licenses).
Optional maintenanceSpecifies maintenance configuration id to apply to this managed instance.
Optional managedSpecifies the mode of database creation.
Default: Regular instance creation.
Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified.
Optional minimalMinimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2'
Optional primaryThe resource id of a user assigned identity to be used by default.
Optional Readonly privateList of private endpoint connections on a managed instance. NOTE: This property will not be serialized. It can only be populated by the server.
Optional Readonly provisioningNOTE: This property will not be serialized. It can only be populated by the server.
Optional proxyConnection type used for connecting to the instance.
Optional publicWhether or not the public data endpoint is enabled.
Optional requestedThe storage account type to be used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)
Optional restoreSpecifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
Optional serviceThe managed instance's service principal.
Optional skuManaged instance sku
Optional sourceThe resource identifier of the source managed instance associated with create operation of this instance.
Optional Readonly stateThe state of the managed instance. NOTE: This property will not be serialized. It can only be populated by the server.
Optional storageStorage size in GB. Minimum value: 32. Maximum value: 16384. Increments of 32 GB allowed only. Maximum value depends on the selected hardware family and number of vCores.
Optional subnetSubnet resource ID for the managed instance.
Optional tagsResource tags.
Optional timezoneId of the timezone. Allowed values are timezones supported by Windows. Windows keeps details on supported timezones, including the id, in registry under KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones. You can get those registry values via SQL Server by querying SELECT name AS timezone_id FROM sys.time_zone_info. List of Ids can also be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. An example of valid timezone id is "Pacific Standard Time" or "W. Europe Standard Time".
Optional vThe number of vCores. Allowed values: 8, 16, 24, 32, 40, 64, 80.
Optional zoneWhether or not the multi-az is enabled.
Generated using TypeDoc
An update request for an Azure SQL Database managed instance.