azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

807 строки
67 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner"
name: "ManagedInstanceInner"
nameWithType: "ManagedInstanceInner"
summary: "An Azure SQL managed instance."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.Resource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.Resource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ManagedInstanceInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.ManagedInstanceInner()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.ManagedInstanceInner()"
name: "ManagedInstanceInner()"
nameWithType: "ManagedInstanceInner.ManagedInstanceInner()"
summary: "Creates an instance of Managed<wbr>Instance<wbr>Inner class."
syntax: "public ManagedInstanceInner()"
desc: "Creates an instance of ManagedInstanceInner class."
methods:
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.administratorLogin()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.administratorLogin()"
name: "administratorLogin()"
nameWithType: "ManagedInstanceInner.administratorLogin()"
summary: "Get the administrator<wbr>Login property: Administrator username for the managed instance."
syntax: "public String administratorLogin()"
desc: "Get the administratorLogin property: Administrator username for the managed instance. Can only be specified when the managed instance is being created (and is required for creation)."
returns:
description: "the administratorLogin value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.administratorLoginPassword()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.administratorLoginPassword()"
name: "administratorLoginPassword()"
nameWithType: "ManagedInstanceInner.administratorLoginPassword()"
summary: "Get the administrator<wbr>Login<wbr>Password property: The administrator login password (required for managed instance creation)."
syntax: "public String administratorLoginPassword()"
desc: "Get the administratorLoginPassword property: The administrator login password (required for managed instance creation)."
returns:
description: "the administratorLoginPassword value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.administrators()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.administrators()"
name: "administrators()"
nameWithType: "ManagedInstanceInner.administrators()"
summary: "Get the administrators property: The Azure Active Directory administrator of the server."
syntax: "public ManagedInstanceExternalAdministrator administrators()"
desc: "Get the administrators property: The Azure Active Directory administrator of the server."
returns:
description: "the administrators value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceExternalAdministrator?alt=com.azure.resourcemanager.sql.models.ManagedInstanceExternalAdministrator&text=ManagedInstanceExternalAdministrator\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.collation()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.collation()"
name: "collation()"
nameWithType: "ManagedInstanceInner.collation()"
summary: "Get the collation property: Collation of the managed instance."
syntax: "public String collation()"
desc: "Get the collation property: Collation of the managed instance."
returns:
description: "the collation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.currentBackupStorageRedundancy()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.currentBackupStorageRedundancy()"
name: "currentBackupStorageRedundancy()"
nameWithType: "ManagedInstanceInner.currentBackupStorageRedundancy()"
summary: "Get the current<wbr>Backup<wbr>Storage<wbr>Redundancy property: The storage account type used to store backups for this instance."
syntax: "public BackupStorageRedundancy currentBackupStorageRedundancy()"
desc: "Get the currentBackupStorageRedundancy property: The storage account type used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)."
returns:
description: "the currentBackupStorageRedundancy value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.BackupStorageRedundancy?alt=com.azure.resourcemanager.sql.models.BackupStorageRedundancy&text=BackupStorageRedundancy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.dnsZone()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.dnsZone()"
name: "dnsZone()"
nameWithType: "ManagedInstanceInner.dnsZone()"
summary: "Get the dns<wbr>Zone property: The Dns Zone that the managed instance is in."
syntax: "public String dnsZone()"
desc: "Get the dnsZone property: The Dns Zone that the managed instance is in."
returns:
description: "the dnsZone value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.dnsZonePartner()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.dnsZonePartner()"
name: "dnsZonePartner()"
nameWithType: "ManagedInstanceInner.dnsZonePartner()"
summary: "Get the dns<wbr>Zone<wbr>Partner property: The resource id of another managed instance whose DNS zone this managed instance will share after creation."
syntax: "public String dnsZonePartner()"
desc: "Get the dnsZonePartner property: The resource id of another managed instance whose DNS zone this managed instance will share after creation."
returns:
description: "the dnsZonePartner value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ManagedInstanceInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Managed<wbr>Instance<wbr>Inner from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ManagedInstanceInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ManagedInstanceInner from the JsonReader."
returns:
description: "An instance of ManagedInstanceInner if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.fullyQualifiedDomainName()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.fullyQualifiedDomainName()"
name: "fullyQualifiedDomainName()"
nameWithType: "ManagedInstanceInner.fullyQualifiedDomainName()"
summary: "Get the fully<wbr>Qualified<wbr>Domain<wbr>Name property: The fully qualified domain name of the managed instance."
syntax: "public String fullyQualifiedDomainName()"
desc: "Get the fullyQualifiedDomainName property: The fully qualified domain name of the managed instance."
returns:
description: "the fullyQualifiedDomainName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.id()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.id()"
name: "id()"
nameWithType: "ManagedInstanceInner.id()"
summary: "Get the id property: Fully qualified resource Id for the resource."
overridden: "com.azure.core.management.ProxyResource.id()"
syntax: "public String id()"
desc: "Get the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.identity()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.identity()"
name: "identity()"
nameWithType: "ManagedInstanceInner.identity()"
summary: "Get the identity property: The Azure Active Directory identity of the managed instance."
syntax: "public ResourceIdentity identity()"
desc: "Get the identity property: The Azure Active Directory identity of the managed instance."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ResourceIdentity?alt=com.azure.resourcemanager.sql.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.instancePoolId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.instancePoolId()"
name: "instancePoolId()"
nameWithType: "ManagedInstanceInner.instancePoolId()"
summary: "Get the instance<wbr>Pool<wbr>Id property: The Id of the instance pool this managed server belongs to."
syntax: "public String instancePoolId()"
desc: "Get the instancePoolId property: The Id of the instance pool this managed server belongs to."
returns:
description: "the instancePoolId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.keyId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.keyId()"
name: "keyId()"
nameWithType: "ManagedInstanceInner.keyId()"
summary: "Get the key<wbr>Id property: A CMK URI of the key to use for encryption."
syntax: "public String keyId()"
desc: "Get the keyId property: A CMK URI of the key to use for encryption."
returns:
description: "the keyId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.licenseType()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.licenseType()"
name: "licenseType()"
nameWithType: "ManagedInstanceInner.licenseType()"
summary: "Get the license<wbr>Type property: The license type."
syntax: "public ManagedInstanceLicenseType licenseType()"
desc: "Get the licenseType property: The 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)."
returns:
description: "the licenseType value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceLicenseType?alt=com.azure.resourcemanager.sql.models.ManagedInstanceLicenseType&text=ManagedInstanceLicenseType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.maintenanceConfigurationId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.maintenanceConfigurationId()"
name: "maintenanceConfigurationId()"
nameWithType: "ManagedInstanceInner.maintenanceConfigurationId()"
summary: "Get the maintenance<wbr>Configuration<wbr>Id property: Specifies maintenance configuration id to apply to this managed instance."
syntax: "public String maintenanceConfigurationId()"
desc: "Get the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this managed instance."
returns:
description: "the maintenanceConfigurationId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.managedInstanceCreateMode()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.managedInstanceCreateMode()"
name: "managedInstanceCreateMode()"
nameWithType: "ManagedInstanceInner.managedInstanceCreateMode()"
summary: "Get the managed<wbr>Instance<wbr>Create<wbr>Mode property: Specifies the mode of database creation."
syntax: "public ManagedServerCreateMode managedInstanceCreateMode()"
desc: "Get the managedInstanceCreateMode property: Specifies 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."
returns:
description: "the managedInstanceCreateMode value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedServerCreateMode?alt=com.azure.resourcemanager.sql.models.ManagedServerCreateMode&text=ManagedServerCreateMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.minimalTlsVersion()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.minimalTlsVersion()"
name: "minimalTlsVersion()"
nameWithType: "ManagedInstanceInner.minimalTlsVersion()"
summary: "Get the minimal<wbr>Tls<wbr>Version property: Minimal TLS version."
syntax: "public String minimalTlsVersion()"
desc: "Get the minimalTlsVersion property: Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2'."
returns:
description: "the minimalTlsVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.name()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.name()"
name: "name()"
nameWithType: "ManagedInstanceInner.name()"
summary: "Get the name property: The name of the resource."
overridden: "com.azure.core.management.ProxyResource.name()"
syntax: "public String name()"
desc: "Get the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.primaryUserAssignedIdentityId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.primaryUserAssignedIdentityId()"
name: "primaryUserAssignedIdentityId()"
nameWithType: "ManagedInstanceInner.primaryUserAssignedIdentityId()"
summary: "Get the primary<wbr>User<wbr>Assigned<wbr>Identity<wbr>Id property: The resource id of a user assigned identity to be used by default."
syntax: "public String primaryUserAssignedIdentityId()"
desc: "Get the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default."
returns:
description: "the primaryUserAssignedIdentityId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "ManagedInstanceInner.privateEndpointConnections()"
summary: "Get the private<wbr>Endpoint<wbr>Connections property: List of private endpoint connections on a managed instance."
syntax: "public List<ManagedInstancePecProperty> privateEndpointConnections()"
desc: "Get the privateEndpointConnections property: List of private endpoint connections on a managed instance."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstancePecProperty?alt=com.azure.resourcemanager.sql.models.ManagedInstancePecProperty&text=ManagedInstancePecProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.provisioningState()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.provisioningState()"
name: "provisioningState()"
nameWithType: "ManagedInstanceInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning<wbr>State property."
syntax: "public ManagedInstancePropertiesProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioningState property."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstancePropertiesProvisioningState?alt=com.azure.resourcemanager.sql.models.ManagedInstancePropertiesProvisioningState&text=ManagedInstancePropertiesProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.proxyOverride()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.proxyOverride()"
name: "proxyOverride()"
nameWithType: "ManagedInstanceInner.proxyOverride()"
summary: "Get the proxy<wbr>Override property: Connection type used for connecting to the instance."
syntax: "public ManagedInstanceProxyOverride proxyOverride()"
desc: "Get the proxyOverride property: Connection type used for connecting to the instance."
returns:
description: "the proxyOverride value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceProxyOverride?alt=com.azure.resourcemanager.sql.models.ManagedInstanceProxyOverride&text=ManagedInstanceProxyOverride\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.publicDataEndpointEnabled()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.publicDataEndpointEnabled()"
name: "publicDataEndpointEnabled()"
nameWithType: "ManagedInstanceInner.publicDataEndpointEnabled()"
summary: "Get the public<wbr>Data<wbr>Endpoint<wbr>Enabled property: Whether or not the public data endpoint is enabled."
syntax: "public Boolean publicDataEndpointEnabled()"
desc: "Get the publicDataEndpointEnabled property: Whether or not the public data endpoint is enabled."
returns:
description: "the publicDataEndpointEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.requestedBackupStorageRedundancy()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.requestedBackupStorageRedundancy()"
name: "requestedBackupStorageRedundancy()"
nameWithType: "ManagedInstanceInner.requestedBackupStorageRedundancy()"
summary: "Get the requested<wbr>Backup<wbr>Storage<wbr>Redundancy property: The storage account type to be used to store backups for this instance."
syntax: "public BackupStorageRedundancy requestedBackupStorageRedundancy()"
desc: "Get the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)."
returns:
description: "the requestedBackupStorageRedundancy value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.BackupStorageRedundancy?alt=com.azure.resourcemanager.sql.models.BackupStorageRedundancy&text=BackupStorageRedundancy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.restorePointInTime()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.restorePointInTime()"
name: "restorePointInTime()"
nameWithType: "ManagedInstanceInner.restorePointInTime()"
summary: "Get the restore<wbr>Point<wbr>InTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
syntax: "public OffsetDateTime restorePointInTime()"
desc: "Get the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
returns:
description: "the restorePointInTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.servicePrincipal()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.servicePrincipal()"
name: "servicePrincipal()"
nameWithType: "ManagedInstanceInner.servicePrincipal()"
summary: "Get the service<wbr>Principal property: The managed instance's service principal."
syntax: "public ServicePrincipal servicePrincipal()"
desc: "Get the servicePrincipal property: The managed instance's service principal."
returns:
description: "the servicePrincipal value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServicePrincipal?alt=com.azure.resourcemanager.sql.models.ServicePrincipal&text=ServicePrincipal\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.sku()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.sku()"
name: "sku()"
nameWithType: "ManagedInstanceInner.sku()"
summary: "Get the sku property: Managed instance SKU."
syntax: "public Sku sku()"
desc: "Get the sku property: Managed instance SKU. Allowed values for sku.name: GP\\_Gen5, GP\\_G8IM, GP\\_G8IH, BC\\_Gen5, BC\\_G8IM, BC\\_G8IH."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.Sku?alt=com.azure.resourcemanager.sql.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.sourceManagedInstanceId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.sourceManagedInstanceId()"
name: "sourceManagedInstanceId()"
nameWithType: "ManagedInstanceInner.sourceManagedInstanceId()"
summary: "Get the source<wbr>Managed<wbr>Instance<wbr>Id property: The resource identifier of the source managed instance associated with create operation of this instance."
syntax: "public String sourceManagedInstanceId()"
desc: "Get the sourceManagedInstanceId property: The resource identifier of the source managed instance associated with create operation of this instance."
returns:
description: "the sourceManagedInstanceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.state()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.state()"
name: "state()"
nameWithType: "ManagedInstanceInner.state()"
summary: "Get the state property: The state of the managed instance."
syntax: "public String state()"
desc: "Get the state property: The state of the managed instance."
returns:
description: "the state value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.storageSizeInGB()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.storageSizeInGB()"
name: "storageSizeInGB()"
nameWithType: "ManagedInstanceInner.storageSizeInGB()"
summary: "Get the storage<wbr>Size<wbr>InGB property: Storage size in GB."
syntax: "public Integer storageSizeInGB()"
desc: "Get the storageSizeInGB property: Storage 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."
returns:
description: "the storageSizeInGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.subnetId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.subnetId()"
name: "subnetId()"
nameWithType: "ManagedInstanceInner.subnetId()"
summary: "Get the subnet<wbr>Id property: Subnet resource ID for the managed instance."
syntax: "public String subnetId()"
desc: "Get the subnetId property: Subnet resource ID for the managed instance."
returns:
description: "the subnetId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.timezoneId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.timezoneId()"
name: "timezoneId()"
nameWithType: "ManagedInstanceInner.timezoneId()"
summary: "Get the timezone<wbr>Id property: Id of the timezone."
syntax: "public String timezoneId()"
desc: "Get the timezoneId property: Id 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\"."
returns:
description: "the timezoneId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ManagedInstanceInner.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.type()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.type()"
name: "type()"
nameWithType: "ManagedInstanceInner.type()"
summary: "Get the type property: The type of the resource."
overridden: "com.azure.core.management.ProxyResource.type()"
syntax: "public String type()"
desc: "Get the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.vCores()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.vCores()"
name: "vCores()"
nameWithType: "ManagedInstanceInner.vCores()"
summary: "Get the v<wbr>Cores property: The number of v<wbr>Cores."
syntax: "public Integer vCores()"
desc: "Get the vCores property: The number of vCores. Allowed values: 8, 16, 24, 32, 40, 64, 80."
returns:
description: "the vCores value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.validate()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.validate()"
name: "validate()"
nameWithType: "ManagedInstanceInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withAdministratorLogin(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withAdministratorLogin(String administratorLogin)"
name: "withAdministratorLogin(String administratorLogin)"
nameWithType: "ManagedInstanceInner.withAdministratorLogin(String administratorLogin)"
summary: "Set the administrator<wbr>Login property: Administrator username for the managed instance."
parameters:
- description: "the administratorLogin value to set."
name: "administratorLogin"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withAdministratorLogin(String administratorLogin)"
desc: "Set the administratorLogin property: Administrator username for the managed instance. Can only be specified when the managed instance is being created (and is required for creation)."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withAdministratorLoginPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withAdministratorLoginPassword(String administratorLoginPassword)"
name: "withAdministratorLoginPassword(String administratorLoginPassword)"
nameWithType: "ManagedInstanceInner.withAdministratorLoginPassword(String administratorLoginPassword)"
summary: "Set the administrator<wbr>Login<wbr>Password property: The administrator login password (required for managed instance creation)."
parameters:
- description: "the administratorLoginPassword value to set."
name: "administratorLoginPassword"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withAdministratorLoginPassword(String administratorLoginPassword)"
desc: "Set the administratorLoginPassword property: The administrator login password (required for managed instance creation)."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withAdministrators(com.azure.resourcemanager.sql.models.ManagedInstanceExternalAdministrator)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withAdministrators(ManagedInstanceExternalAdministrator administrators)"
name: "withAdministrators(ManagedInstanceExternalAdministrator administrators)"
nameWithType: "ManagedInstanceInner.withAdministrators(ManagedInstanceExternalAdministrator administrators)"
summary: "Set the administrators property: The Azure Active Directory administrator of the server."
parameters:
- description: "the administrators value to set."
name: "administrators"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceExternalAdministrator?alt=com.azure.resourcemanager.sql.models.ManagedInstanceExternalAdministrator&text=ManagedInstanceExternalAdministrator\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withAdministrators(ManagedInstanceExternalAdministrator administrators)"
desc: "Set the administrators property: The Azure Active Directory administrator of the server."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withCollation(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withCollation(String collation)"
name: "withCollation(String collation)"
nameWithType: "ManagedInstanceInner.withCollation(String collation)"
summary: "Set the collation property: Collation of the managed instance."
parameters:
- description: "the collation value to set."
name: "collation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withCollation(String collation)"
desc: "Set the collation property: Collation of the managed instance."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withDnsZonePartner(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withDnsZonePartner(String dnsZonePartner)"
name: "withDnsZonePartner(String dnsZonePartner)"
nameWithType: "ManagedInstanceInner.withDnsZonePartner(String dnsZonePartner)"
summary: "Set the dns<wbr>Zone<wbr>Partner property: The resource id of another managed instance whose DNS zone this managed instance will share after creation."
parameters:
- description: "the dnsZonePartner value to set."
name: "dnsZonePartner"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withDnsZonePartner(String dnsZonePartner)"
desc: "Set the dnsZonePartner property: The resource id of another managed instance whose DNS zone this managed instance will share after creation."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withIdentity(com.azure.resourcemanager.sql.models.ResourceIdentity)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withIdentity(ResourceIdentity identity)"
name: "withIdentity(ResourceIdentity identity)"
nameWithType: "ManagedInstanceInner.withIdentity(ResourceIdentity identity)"
summary: "Set the identity property: The Azure Active Directory identity of the managed instance."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ResourceIdentity?alt=com.azure.resourcemanager.sql.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withIdentity(ResourceIdentity identity)"
desc: "Set the identity property: The Azure Active Directory identity of the managed instance."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withInstancePoolId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withInstancePoolId(String instancePoolId)"
name: "withInstancePoolId(String instancePoolId)"
nameWithType: "ManagedInstanceInner.withInstancePoolId(String instancePoolId)"
summary: "Set the instance<wbr>Pool<wbr>Id property: The Id of the instance pool this managed server belongs to."
parameters:
- description: "the instancePoolId value to set."
name: "instancePoolId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withInstancePoolId(String instancePoolId)"
desc: "Set the instancePoolId property: The Id of the instance pool this managed server belongs to."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withKeyId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withKeyId(String keyId)"
name: "withKeyId(String keyId)"
nameWithType: "ManagedInstanceInner.withKeyId(String keyId)"
summary: "Set the key<wbr>Id property: A CMK URI of the key to use for encryption."
parameters:
- description: "the keyId value to set."
name: "keyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withKeyId(String keyId)"
desc: "Set the keyId property: A CMK URI of the key to use for encryption."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withLicenseType(com.azure.resourcemanager.sql.models.ManagedInstanceLicenseType)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withLicenseType(ManagedInstanceLicenseType licenseType)"
name: "withLicenseType(ManagedInstanceLicenseType licenseType)"
nameWithType: "ManagedInstanceInner.withLicenseType(ManagedInstanceLicenseType licenseType)"
summary: "Set the license<wbr>Type property: The license type."
parameters:
- description: "the licenseType value to set."
name: "licenseType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceLicenseType?alt=com.azure.resourcemanager.sql.models.ManagedInstanceLicenseType&text=ManagedInstanceLicenseType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withLicenseType(ManagedInstanceLicenseType licenseType)"
desc: "Set the licenseType property: The 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)."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ManagedInstanceInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withMaintenanceConfigurationId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withMaintenanceConfigurationId(String maintenanceConfigurationId)"
name: "withMaintenanceConfigurationId(String maintenanceConfigurationId)"
nameWithType: "ManagedInstanceInner.withMaintenanceConfigurationId(String maintenanceConfigurationId)"
summary: "Set the maintenance<wbr>Configuration<wbr>Id property: Specifies maintenance configuration id to apply to this managed instance."
parameters:
- description: "the maintenanceConfigurationId value to set."
name: "maintenanceConfigurationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withMaintenanceConfigurationId(String maintenanceConfigurationId)"
desc: "Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this managed instance."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withManagedInstanceCreateMode(com.azure.resourcemanager.sql.models.ManagedServerCreateMode)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode)"
name: "withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode)"
nameWithType: "ManagedInstanceInner.withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode)"
summary: "Set the managed<wbr>Instance<wbr>Create<wbr>Mode property: Specifies the mode of database creation."
parameters:
- description: "the managedInstanceCreateMode value to set."
name: "managedInstanceCreateMode"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedServerCreateMode?alt=com.azure.resourcemanager.sql.models.ManagedServerCreateMode&text=ManagedServerCreateMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode)"
desc: "Set the managedInstanceCreateMode property: Specifies 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."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withMinimalTlsVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withMinimalTlsVersion(String minimalTlsVersion)"
name: "withMinimalTlsVersion(String minimalTlsVersion)"
nameWithType: "ManagedInstanceInner.withMinimalTlsVersion(String minimalTlsVersion)"
summary: "Set the minimal<wbr>Tls<wbr>Version property: Minimal TLS version."
parameters:
- description: "the minimalTlsVersion value to set."
name: "minimalTlsVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withMinimalTlsVersion(String minimalTlsVersion)"
desc: "Set the minimalTlsVersion property: Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2'."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withPrimaryUserAssignedIdentityId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
name: "withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
nameWithType: "ManagedInstanceInner.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
summary: "Set the primary<wbr>User<wbr>Assigned<wbr>Identity<wbr>Id property: The resource id of a user assigned identity to be used by default."
parameters:
- description: "the primaryUserAssignedIdentityId value to set."
name: "primaryUserAssignedIdentityId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
desc: "Set the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withProxyOverride(com.azure.resourcemanager.sql.models.ManagedInstanceProxyOverride)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withProxyOverride(ManagedInstanceProxyOverride proxyOverride)"
name: "withProxyOverride(ManagedInstanceProxyOverride proxyOverride)"
nameWithType: "ManagedInstanceInner.withProxyOverride(ManagedInstanceProxyOverride proxyOverride)"
summary: "Set the proxy<wbr>Override property: Connection type used for connecting to the instance."
parameters:
- description: "the proxyOverride value to set."
name: "proxyOverride"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceProxyOverride?alt=com.azure.resourcemanager.sql.models.ManagedInstanceProxyOverride&text=ManagedInstanceProxyOverride\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withProxyOverride(ManagedInstanceProxyOverride proxyOverride)"
desc: "Set the proxyOverride property: Connection type used for connecting to the instance."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withPublicDataEndpointEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled)"
name: "withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled)"
nameWithType: "ManagedInstanceInner.withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled)"
summary: "Set the public<wbr>Data<wbr>Endpoint<wbr>Enabled property: Whether or not the public data endpoint is enabled."
parameters:
- description: "the publicDataEndpointEnabled value to set."
name: "publicDataEndpointEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ManagedInstanceInner withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled)"
desc: "Set the publicDataEndpointEnabled property: Whether or not the public data endpoint is enabled."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withRequestedBackupStorageRedundancy(com.azure.resourcemanager.sql.models.BackupStorageRedundancy)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
name: "withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
nameWithType: "ManagedInstanceInner.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
summary: "Set the requested<wbr>Backup<wbr>Storage<wbr>Redundancy property: The storage account type to be used to store backups for this instance."
parameters:
- description: "the requestedBackupStorageRedundancy value to set."
name: "requestedBackupStorageRedundancy"
type: "<xref href=\"com.azure.resourcemanager.sql.models.BackupStorageRedundancy?alt=com.azure.resourcemanager.sql.models.BackupStorageRedundancy&text=BackupStorageRedundancy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
desc: "Set the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withRestorePointInTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withRestorePointInTime(OffsetDateTime restorePointInTime)"
name: "withRestorePointInTime(OffsetDateTime restorePointInTime)"
nameWithType: "ManagedInstanceInner.withRestorePointInTime(OffsetDateTime restorePointInTime)"
summary: "Set the restore<wbr>Point<wbr>InTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
parameters:
- description: "the restorePointInTime value to set."
name: "restorePointInTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public ManagedInstanceInner withRestorePointInTime(OffsetDateTime restorePointInTime)"
desc: "Set the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withServicePrincipal(com.azure.resourcemanager.sql.models.ServicePrincipal)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withServicePrincipal(ServicePrincipal servicePrincipal)"
name: "withServicePrincipal(ServicePrincipal servicePrincipal)"
nameWithType: "ManagedInstanceInner.withServicePrincipal(ServicePrincipal servicePrincipal)"
summary: "Set the service<wbr>Principal property: The managed instance's service principal."
parameters:
- description: "the servicePrincipal value to set."
name: "servicePrincipal"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServicePrincipal?alt=com.azure.resourcemanager.sql.models.ServicePrincipal&text=ServicePrincipal\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withServicePrincipal(ServicePrincipal servicePrincipal)"
desc: "Set the servicePrincipal property: The managed instance's service principal."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withSku(com.azure.resourcemanager.sql.models.Sku)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "ManagedInstanceInner.withSku(Sku sku)"
summary: "Set the sku property: Managed instance SKU."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.sql.models.Sku?alt=com.azure.resourcemanager.sql.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedInstanceInner withSku(Sku sku)"
desc: "Set the sku property: Managed instance SKU. Allowed values for sku.name: GP\\_Gen5, GP\\_G8IM, GP\\_G8IH, BC\\_Gen5, BC\\_G8IM, BC\\_G8IH."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withSourceManagedInstanceId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withSourceManagedInstanceId(String sourceManagedInstanceId)"
name: "withSourceManagedInstanceId(String sourceManagedInstanceId)"
nameWithType: "ManagedInstanceInner.withSourceManagedInstanceId(String sourceManagedInstanceId)"
summary: "Set the source<wbr>Managed<wbr>Instance<wbr>Id property: The resource identifier of the source managed instance associated with create operation of this instance."
parameters:
- description: "the sourceManagedInstanceId value to set."
name: "sourceManagedInstanceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withSourceManagedInstanceId(String sourceManagedInstanceId)"
desc: "Set the sourceManagedInstanceId property: The resource identifier of the source managed instance associated with create operation of this instance."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withStorageSizeInGB(java.lang.Integer)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withStorageSizeInGB(Integer storageSizeInGB)"
name: "withStorageSizeInGB(Integer storageSizeInGB)"
nameWithType: "ManagedInstanceInner.withStorageSizeInGB(Integer storageSizeInGB)"
summary: "Set the storage<wbr>Size<wbr>InGB property: Storage size in GB."
parameters:
- description: "the storageSizeInGB value to set."
name: "storageSizeInGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ManagedInstanceInner withStorageSizeInGB(Integer storageSizeInGB)"
desc: "Set the storageSizeInGB property: Storage 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."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withSubnetId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withSubnetId(String subnetId)"
name: "withSubnetId(String subnetId)"
nameWithType: "ManagedInstanceInner.withSubnetId(String subnetId)"
summary: "Set the subnet<wbr>Id property: Subnet resource ID for the managed instance."
parameters:
- description: "the subnetId value to set."
name: "subnetId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withSubnetId(String subnetId)"
desc: "Set the subnetId property: Subnet resource ID for the managed instance."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ManagedInstanceInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ManagedInstanceInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withTimezoneId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withTimezoneId(String timezoneId)"
name: "withTimezoneId(String timezoneId)"
nameWithType: "ManagedInstanceInner.withTimezoneId(String timezoneId)"
summary: "Set the timezone<wbr>Id property: Id of the timezone."
parameters:
- description: "the timezoneId value to set."
name: "timezoneId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedInstanceInner withTimezoneId(String timezoneId)"
desc: "Set the timezoneId property: Id 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\"."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withVCores(java.lang.Integer)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withVCores(Integer vCores)"
name: "withVCores(Integer vCores)"
nameWithType: "ManagedInstanceInner.withVCores(Integer vCores)"
summary: "Set the v<wbr>Cores property: The number of v<wbr>Cores."
parameters:
- description: "the vCores value to set."
name: "vCores"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ManagedInstanceInner withVCores(Integer vCores)"
desc: "Set the vCores property: The number of vCores. Allowed values: 8, 16, 24, 32, 40, 64, 80."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withZoneRedundant(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.withZoneRedundant(Boolean zoneRedundant)"
name: "withZoneRedundant(Boolean zoneRedundant)"
nameWithType: "ManagedInstanceInner.withZoneRedundant(Boolean zoneRedundant)"
summary: "Set the zone<wbr>Redundant property: Whether or not the multi-az is enabled."
parameters:
- description: "the zoneRedundant value to set."
name: "zoneRedundant"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ManagedInstanceInner withZoneRedundant(Boolean zoneRedundant)"
desc: "Set the zoneRedundant property: Whether or not the multi-az is enabled."
returns:
description: "the ManagedInstanceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner?alt=com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner&text=ManagedInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.zoneRedundant()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner.zoneRedundant()"
name: "zoneRedundant()"
nameWithType: "ManagedInstanceInner.zoneRedundant()"
summary: "Get the zone<wbr>Redundant property: Whether or not the multi-az is enabled."
syntax: "public Boolean zoneRedundant()"
desc: "Get the zoneRedundant property: Whether or not the multi-az is enabled."
returns:
description: "the zoneRedundant value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
type: "class"
desc: "An Azure SQL managed instance."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0