Uses of Class
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner
Packages that use ManagedInstanceInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ManagedInstanceInner in com.azure.resourcemanager.sql.fluent
Subinterfaces with type arguments of type ManagedInstanceInner in com.azure.resourcemanager.sql.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in ManagedInstancesClient.interfaceAn instance of this class provides access to all the operations defined in ManagedInstancesClient.Methods in com.azure.resourcemanager.sql.fluent that return ManagedInstanceInnerModifier and TypeMethodDescriptionManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters) Creates or updates a managed instance.ManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, com.azure.core.util.Context context) Creates or updates a managed instance.ManagedInstancesClient.getByResourceGroup(String resourceGroupName, String managedInstanceName) Gets 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.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ManagedInstanceInnerModifier and TypeMethodDescriptioncom.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) 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.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.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.com.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) 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.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.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.createOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters) Creates or updates a managed instance.ManagedInstancesClient.getByResourceGroupAsync(String resourceGroupName, String managedInstanceName) Gets a managed instance.com.azure.core.http.rest.Response<ManagedInstanceInner> ManagedInstancesClient.getByResourceGroupWithResponse(String resourceGroupName, String managedInstanceName, String expand, com.azure.core.util.Context context) Gets a managed instance.Mono<com.azure.core.http.rest.Response<ManagedInstanceInner>> ManagedInstancesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String managedInstanceName, String expand) Gets a managed instance.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> ManagedInstancesClient.list()Gets a list of all managed instances in the subscription.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> Gets a list of all managed instances in the subscription.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> ManagedInstancesClient.listAsync()Gets a list of all managed instances in the subscription.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> Gets a list of all managed instances in the subscription.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> ManagedInstancesClient.listByInstancePool(String resourceGroupName, String instancePoolName) Gets a list of all managed instances in an instance pool.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> ManagedInstancesClient.listByInstancePool(String resourceGroupName, String instancePoolName, String expand, com.azure.core.util.Context context) Gets a list of all managed instances in an instance pool.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> ManagedInstancesClient.listByInstancePoolAsync(String resourceGroupName, String instancePoolName) Gets a list of all managed instances in an instance pool.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> ManagedInstancesClient.listByInstancePoolAsync(String resourceGroupName, String instancePoolName, String expand) Gets a list of all managed instances in an instance pool.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> ManagedInstancesClient.listByResourceGroup(String resourceGroupName) Gets a list of managed instances in a resource group.com.azure.core.http.rest.PagedIterable<ManagedInstanceInner> ManagedInstancesClient.listByResourceGroup(String resourceGroupName, String expand, com.azure.core.util.Context context) Gets a list of managed instances in a resource group.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> ManagedInstancesClient.listByResourceGroupAsync(String resourceGroupName) Gets a list of managed instances in a resource group.com.azure.core.http.rest.PagedFlux<ManagedInstanceInner> ManagedInstancesClient.listByResourceGroupAsync(String resourceGroupName, String expand) Gets a list of managed instances in a resource group.ManagedInstancesClient.updateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters) Updates a managed instance.Methods in com.azure.resourcemanager.sql.fluent with parameters of type ManagedInstanceInnerModifier and TypeMethodDescriptioncom.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.ManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters) Creates or updates a managed instance.ManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, com.azure.core.util.Context context) Creates or updates a managed instance.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. -
Uses of ManagedInstanceInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedInstanceInnerModifier and TypeMethodDescriptionstatic ManagedInstanceInnerManagedInstanceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedInstanceInner from the JsonReader.ManagedInstanceInner.withAdministratorLogin(String administratorLogin) Set the administratorLogin property: Administrator username for the managed instance.ManagedInstanceInner.withAdministratorLoginPassword(String administratorLoginPassword) Set the administratorLoginPassword property: The administrator login password (required for managed instance creation).ManagedInstanceInner.withAdministrators(ManagedInstanceExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.ManagedInstanceInner.withCollation(String collation) Set the collation property: Collation of the managed instance.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.withIdentity(ResourceIdentity identity) Set the identity property: The Azure Active Directory identity of the managed instance.ManagedInstanceInner.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.ManagedInstanceInner.withLicenseType(ManagedInstanceLicenseType licenseType) Set the licenseType property: The license type.ManagedInstanceInner.withLocation(String location) ManagedInstanceInner.withMaintenanceConfigurationId(String maintenanceConfigurationId) Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this managed instance.ManagedInstanceInner.withManagedInstanceCreateMode(ManagedServerCreateMode managedInstanceCreateMode) Set the managedInstanceCreateMode property: Specifies the mode of database creation.ManagedInstanceInner.withMinimalTlsVersion(String minimalTlsVersion) Set the minimalTlsVersion property: Minimal TLS version.ManagedInstanceInner.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId) Set the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default.ManagedInstanceInner.withProxyOverride(ManagedInstanceProxyOverride proxyOverride) Set the proxyOverride property: Connection type used for connecting to the instance.ManagedInstanceInner.withPublicDataEndpointEnabled(Boolean publicDataEndpointEnabled) Set the publicDataEndpointEnabled property: Whether or not the public data endpoint is enabled.ManagedInstanceInner.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy) Set the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this instance.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.withServicePrincipal(ServicePrincipal servicePrincipal) Set the servicePrincipal property: The managed instance's service principal.Set the sku property: Managed instance SKU.ManagedInstanceInner.withSourceManagedInstanceId(String sourceManagedInstanceId) Set the sourceManagedInstanceId property: The resource identifier of the source managed instance associated with create operation of this instance.ManagedInstanceInner.withStorageSizeInGB(Integer storageSizeInGB) Set the storageSizeInGB property: Storage size in GB.ManagedInstanceInner.withSubnetId(String subnetId) Set the subnetId property: Subnet resource ID for the managed instance.ManagedInstanceInner.withTimezoneId(String timezoneId) Set the timezoneId property: Id of the timezone.ManagedInstanceInner.withVCores(Integer vCores) Set the vCores property: The number of vCores.ManagedInstanceInner.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not the multi-az is enabled. -
Uses of ManagedInstanceInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ManagedInstanceInnerModifier and TypeMethodDescriptionManagedInstanceListResult.value()Get the value property: Array of results.