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

1140 строки
114 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient"
name: "ManagedInstancesClient"
nameWithType: "ManagedInstancesClient"
summary: "An instance of this class provides access to all the operations defined in Managed<wbr>Instances<wbr>Client."
syntax: "public interface **ManagedInstancesClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
methods:
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
nameWithType: "ManagedInstancesClient.beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
summary: "Creates or updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
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\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
desc: "Creates or updates a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an Azure SQL managed instance."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
nameWithType: "ManagedInstancesClient.beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
summary: "Creates or updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
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\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginCreateOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
desc: "Creates or updates a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an Azure SQL managed instance."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginCreateOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
nameWithType: "ManagedInstancesClient.beginCreateOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
summary: "Creates or updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
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\" />"
syntax: "public abstract PollerFlux<PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginCreateOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
desc: "Creates or updates a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of an Azure SQL managed instance."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginDelete(String resourceGroupName, String managedInstanceName)"
name: "beginDelete(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.beginDelete(String resourceGroupName, String managedInstanceName)"
summary: "Deletes a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String managedInstanceName)"
desc: "Deletes a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginDelete(String resourceGroupName, String managedInstanceName, Context context)"
name: "beginDelete(String resourceGroupName, String managedInstanceName, Context context)"
nameWithType: "ManagedInstancesClient.beginDelete(String resourceGroupName, String managedInstanceName, Context context)"
summary: "Deletes a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String managedInstanceName, Context context)"
desc: "Deletes a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginDeleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginDeleteAsync(String resourceGroupName, String managedInstanceName)"
name: "beginDeleteAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.beginDeleteAsync(String resourceGroupName, String managedInstanceName)"
summary: "Deletes a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String managedInstanceName)"
desc: "Deletes a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailover(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailover(String resourceGroupName, String managedInstanceName)"
name: "beginFailover(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.beginFailover(String resourceGroupName, String managedInstanceName)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginFailover(String resourceGroupName, String managedInstanceName)"
desc: "Failovers a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailover(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ReplicaType,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
name: "beginFailover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
nameWithType: "ManagedInstancesClient.beginFailover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The type of replica to be failed over."
name: "replicaType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicaType?alt=com.azure.resourcemanager.sql.models.ReplicaType&text=ReplicaType\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginFailover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
desc: "Failovers a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailoverAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailoverAsync(String resourceGroupName, String managedInstanceName)"
name: "beginFailoverAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.beginFailoverAsync(String resourceGroupName, String managedInstanceName)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginFailoverAsync(String resourceGroupName, String managedInstanceName)"
desc: "Failovers a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailoverAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ReplicaType)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginFailoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
name: "beginFailoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
nameWithType: "ManagedInstancesClient.beginFailoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The type of replica to be failed over."
name: "replicaType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicaType?alt=com.azure.resourcemanager.sql.models.ReplicaType&text=ReplicaType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginFailoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
desc: "Failovers a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ManagedInstanceUpdate)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
name: "beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
nameWithType: "ManagedInstancesClient.beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
summary: "Updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceUpdate?alt=com.azure.resourcemanager.sql.models.ManagedInstanceUpdate&text=ManagedInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
desc: "Updates a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an Azure SQL managed instance."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ManagedInstanceUpdate,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
name: "beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
nameWithType: "ManagedInstancesClient.beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
summary: "Updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceUpdate?alt=com.azure.resourcemanager.sql.models.ManagedInstanceUpdate&text=ManagedInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
desc: "Updates a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an Azure SQL managed instance."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ManagedInstanceUpdate)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.beginUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
name: "beginUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
nameWithType: "ManagedInstancesClient.beginUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
summary: "Updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceUpdate?alt=com.azure.resourcemanager.sql.models.ManagedInstanceUpdate&text=ManagedInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<ManagedInstanceInner>,ManagedInstanceInner> beginUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
desc: "Updates a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of an Azure SQL managed instance."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
name: "createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
nameWithType: "ManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
summary: "Creates or updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
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\" />"
syntax: "public abstract ManagedInstanceInner createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
desc: "Creates or updates a managed instance."
returns:
description: "an Azure SQL managed instance."
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.ManagedInstancesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
nameWithType: "ManagedInstancesClient.createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
summary: "Creates or updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
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\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedInstanceInner createOrUpdate(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters, Context context)"
desc: "Creates or updates a managed instance."
returns:
description: "an Azure SQL managed instance."
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.ManagedInstancesClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.createOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
name: "createOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
nameWithType: "ManagedInstancesClient.createOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
summary: "Creates or updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
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\" />"
syntax: "public abstract Mono<ManagedInstanceInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
desc: "Creates or updates a managed instance."
returns:
description: "an Azure SQL managed instance on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.ManagedInstanceInner)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
nameWithType: "ManagedInstancesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
summary: "Creates or updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
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\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceInner parameters)"
desc: "Creates or updates a managed instance."
returns:
description: "an Azure SQL managed instance along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.delete(String resourceGroupName, String managedInstanceName)"
name: "delete(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.delete(String resourceGroupName, String managedInstanceName)"
summary: "Deletes a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String managedInstanceName)"
desc: "Deletes a managed instance."
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.delete(String resourceGroupName, String managedInstanceName, Context context)"
name: "delete(String resourceGroupName, String managedInstanceName, Context context)"
nameWithType: "ManagedInstancesClient.delete(String resourceGroupName, String managedInstanceName, Context context)"
summary: "Deletes a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String managedInstanceName, Context context)"
desc: "Deletes a managed instance."
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.deleteAsync(String resourceGroupName, String managedInstanceName)"
name: "deleteAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.deleteAsync(String resourceGroupName, String managedInstanceName)"
summary: "Deletes a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String managedInstanceName)"
desc: "Deletes a managed instance."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.deleteWithResponseAsync(String resourceGroupName, String managedInstanceName)"
name: "deleteWithResponseAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.deleteWithResponseAsync(String resourceGroupName, String managedInstanceName)"
summary: "Deletes a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String managedInstanceName)"
desc: "Deletes a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failover(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failover(String resourceGroupName, String managedInstanceName)"
name: "failover(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.failover(String resourceGroupName, String managedInstanceName)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void failover(String resourceGroupName, String managedInstanceName)"
desc: "Failovers a managed instance."
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failover(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ReplicaType,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
name: "failover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
nameWithType: "ManagedInstancesClient.failover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The type of replica to be failed over."
name: "replicaType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicaType?alt=com.azure.resourcemanager.sql.models.ReplicaType&text=ReplicaType\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void failover(String resourceGroupName, String managedInstanceName, ReplicaType replicaType, Context context)"
desc: "Failovers a managed instance."
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failoverAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failoverAsync(String resourceGroupName, String managedInstanceName)"
name: "failoverAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.failoverAsync(String resourceGroupName, String managedInstanceName)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> failoverAsync(String resourceGroupName, String managedInstanceName)"
desc: "Failovers a managed instance."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failoverAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ReplicaType)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
name: "failoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
nameWithType: "ManagedInstancesClient.failoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The type of replica to be failed over."
name: "replicaType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicaType?alt=com.azure.resourcemanager.sql.models.ReplicaType&text=ReplicaType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> failoverAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
desc: "Failovers a managed instance."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failoverWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ReplicaType)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.failoverWithResponseAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
name: "failoverWithResponseAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
nameWithType: "ManagedInstancesClient.failoverWithResponseAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
summary: "Failovers a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance to failover."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The type of replica to be failed over."
name: "replicaType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ReplicaType?alt=com.azure.resourcemanager.sql.models.ReplicaType&text=ReplicaType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> failoverWithResponseAsync(String resourceGroupName, String managedInstanceName, ReplicaType replicaType)"
desc: "Failovers a managed instance."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.getByResourceGroup(String resourceGroupName, String managedInstanceName)"
name: "getByResourceGroup(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.getByResourceGroup(String resourceGroupName, String managedInstanceName)"
summary: "Gets a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedInstanceInner getByResourceGroup(String resourceGroupName, String managedInstanceName)"
desc: "Gets a managed instance."
returns:
description: "a managed instance."
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.ManagedInstancesClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.getByResourceGroupAsync(String resourceGroupName, String managedInstanceName)"
name: "getByResourceGroupAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.getByResourceGroupAsync(String resourceGroupName, String managedInstanceName)"
summary: "Gets a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ManagedInstanceInner> getByResourceGroupAsync(String resourceGroupName, String managedInstanceName)"
desc: "Gets a managed instance."
returns:
description: "a managed instance on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.getByResourceGroupWithResponse(String resourceGroupName, String managedInstanceName, String expand, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String managedInstanceName, String expand, Context context)"
nameWithType: "ManagedInstancesClient.getByResourceGroupWithResponse(String resourceGroupName, String managedInstanceName, String expand, Context context)"
summary: "Gets a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ManagedInstanceInner> getByResourceGroupWithResponse(String resourceGroupName, String managedInstanceName, String expand, Context context)"
desc: "Gets a managed instance."
returns:
description: "a managed instance along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String managedInstanceName, String expand)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String managedInstanceName, String expand)"
nameWithType: "ManagedInstancesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String managedInstanceName, String expand)"
summary: "Gets a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<ManagedInstanceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String managedInstanceName, String expand)"
desc: "Gets a managed instance."
returns:
description: "a managed instance along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.list()"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.list()"
name: "list()"
nameWithType: "ManagedInstancesClient.list()"
summary: "Gets a list of all managed instances in the subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ManagedInstanceInner> list()"
desc: "Gets a list of all managed instances in the subscription."
returns:
description: "a list of all managed instances in the subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.list(String expand, Context context)"
name: "list(String expand, Context context)"
nameWithType: "ManagedInstancesClient.list(String expand, Context context)"
summary: "Gets a list of all managed instances in the subscription."
modifiers:
- "abstract"
parameters:
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedInstanceInner> list(String expand, Context context)"
desc: "Gets a list of all managed instances in the subscription."
returns:
description: "a list of all managed instances in the subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listAsync()"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listAsync()"
name: "listAsync()"
nameWithType: "ManagedInstancesClient.listAsync()"
summary: "Gets a list of all managed instances in the subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<ManagedInstanceInner> listAsync()"
desc: "Gets a list of all managed instances in the subscription."
returns:
description: "a list of all managed instances in the subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listAsync(String expand)"
name: "listAsync(String expand)"
nameWithType: "ManagedInstancesClient.listAsync(String expand)"
summary: "Gets a list of all managed instances in the subscription."
modifiers:
- "abstract"
parameters:
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ManagedInstanceInner> listAsync(String expand)"
desc: "Gets a list of all managed instances in the subscription."
returns:
description: "a list of all managed instances in the subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePool(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePool(String resourceGroupName, String instancePoolName)"
name: "listByInstancePool(String resourceGroupName, String instancePoolName)"
nameWithType: "ManagedInstancesClient.listByInstancePool(String resourceGroupName, String instancePoolName)"
summary: "Gets a list of all managed instances in an instance pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The instance pool name."
name: "instancePoolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ManagedInstanceInner> listByInstancePool(String resourceGroupName, String instancePoolName)"
desc: "Gets a list of all managed instances in an instance pool."
returns:
description: "a list of all managed instances in an instance pool as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePool(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePool(String resourceGroupName, String instancePoolName, String expand, Context context)"
name: "listByInstancePool(String resourceGroupName, String instancePoolName, String expand, Context context)"
nameWithType: "ManagedInstancesClient.listByInstancePool(String resourceGroupName, String instancePoolName, String expand, Context context)"
summary: "Gets a list of all managed instances in an instance pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The instance pool name."
name: "instancePoolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedInstanceInner> listByInstancePool(String resourceGroupName, String instancePoolName, String expand, Context context)"
desc: "Gets a list of all managed instances in an instance pool."
returns:
description: "a list of all managed instances in an instance pool as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePoolAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePoolAsync(String resourceGroupName, String instancePoolName)"
name: "listByInstancePoolAsync(String resourceGroupName, String instancePoolName)"
nameWithType: "ManagedInstancesClient.listByInstancePoolAsync(String resourceGroupName, String instancePoolName)"
summary: "Gets a list of all managed instances in an instance pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The instance pool name."
name: "instancePoolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ManagedInstanceInner> listByInstancePoolAsync(String resourceGroupName, String instancePoolName)"
desc: "Gets a list of all managed instances in an instance pool."
returns:
description: "a list of all managed instances in an instance pool as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePoolAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByInstancePoolAsync(String resourceGroupName, String instancePoolName, String expand)"
name: "listByInstancePoolAsync(String resourceGroupName, String instancePoolName, String expand)"
nameWithType: "ManagedInstancesClient.listByInstancePoolAsync(String resourceGroupName, String instancePoolName, String expand)"
summary: "Gets a list of all managed instances in an instance pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The instance pool name."
name: "instancePoolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ManagedInstanceInner> listByInstancePoolAsync(String resourceGroupName, String instancePoolName, String expand)"
desc: "Gets a list of all managed instances in an instance pool."
returns:
description: "a list of all managed instances in an instance pool as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstance(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstance(String resourceGroupName, String managedInstanceName)"
name: "listByManagedInstance(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.listByManagedInstance(String resourceGroupName, String managedInstanceName)"
summary: "Get top resource consuming queries of a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<TopQueriesInner> listByManagedInstance(String resourceGroupName, String managedInstanceName)"
desc: "Get top resource consuming queries of a managed instance."
returns:
description: "top resource consuming queries of a managed instance as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.TopQueriesInner?alt=com.azure.resourcemanager.sql.fluent.models.TopQueriesInner&text=TopQueriesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstance(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.QueryTimeGrainType,com.azure.resourcemanager.sql.models.AggregationFunctionType,com.azure.resourcemanager.sql.models.MetricType,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstance(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric, Context context)"
name: "listByManagedInstance(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric, Context context)"
nameWithType: "ManagedInstancesClient.listByManagedInstance(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric, Context context)"
summary: "Get top resource consuming queries of a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "How many 'top queries' to return. Default is 5."
name: "numberOfQueries"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Comma separated list of databases to be included into search. All DB's are included if this\n parameter is not specified."
name: "databases"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Start time for observed period."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "End time for observed period."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The time step to be used to summarize the metric values. Default value is PT1H."
name: "interval"
type: "<xref href=\"com.azure.resourcemanager.sql.models.QueryTimeGrainType?alt=com.azure.resourcemanager.sql.models.QueryTimeGrainType&text=QueryTimeGrainType\" data-throw-if-not-resolved=\"False\" />"
- description: "Aggregation function to be used, default value is 'sum'."
name: "aggregationFunction"
type: "<xref href=\"com.azure.resourcemanager.sql.models.AggregationFunctionType?alt=com.azure.resourcemanager.sql.models.AggregationFunctionType&text=AggregationFunctionType\" data-throw-if-not-resolved=\"False\" />"
- description: "Metric to be used for ranking top queries. Default is 'cpu'."
name: "observationMetric"
type: "<xref href=\"com.azure.resourcemanager.sql.models.MetricType?alt=com.azure.resourcemanager.sql.models.MetricType&text=MetricType\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<TopQueriesInner> listByManagedInstance(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric, Context context)"
desc: "Get top resource consuming queries of a managed instance."
returns:
description: "top resource consuming queries of a managed instance as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.TopQueriesInner?alt=com.azure.resourcemanager.sql.fluent.models.TopQueriesInner&text=TopQueriesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstanceAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
name: "listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
summary: "Get top resource consuming queries of a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<TopQueriesInner> listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
desc: "Get top resource consuming queries of a managed instance."
returns:
description: "top resource consuming queries of a managed instance as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.TopQueriesInner?alt=com.azure.resourcemanager.sql.fluent.models.TopQueriesInner&text=TopQueriesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstanceAsync(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.QueryTimeGrainType,com.azure.resourcemanager.sql.models.AggregationFunctionType,com.azure.resourcemanager.sql.models.MetricType)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric)"
name: "listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric)"
nameWithType: "ManagedInstancesClient.listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric)"
summary: "Get top resource consuming queries of a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "How many 'top queries' to return. Default is 5."
name: "numberOfQueries"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Comma separated list of databases to be included into search. All DB's are included if this\n parameter is not specified."
name: "databases"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Start time for observed period."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "End time for observed period."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The time step to be used to summarize the metric values. Default value is PT1H."
name: "interval"
type: "<xref href=\"com.azure.resourcemanager.sql.models.QueryTimeGrainType?alt=com.azure.resourcemanager.sql.models.QueryTimeGrainType&text=QueryTimeGrainType\" data-throw-if-not-resolved=\"False\" />"
- description: "Aggregation function to be used, default value is 'sum'."
name: "aggregationFunction"
type: "<xref href=\"com.azure.resourcemanager.sql.models.AggregationFunctionType?alt=com.azure.resourcemanager.sql.models.AggregationFunctionType&text=AggregationFunctionType\" data-throw-if-not-resolved=\"False\" />"
- description: "Metric to be used for ranking top queries. Default is 'cpu'."
name: "observationMetric"
type: "<xref href=\"com.azure.resourcemanager.sql.models.MetricType?alt=com.azure.resourcemanager.sql.models.MetricType&text=MetricType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedFlux<TopQueriesInner> listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName, Integer numberOfQueries, String databases, String startTime, String endTime, QueryTimeGrainType interval, AggregationFunctionType aggregationFunction, MetricType observationMetric)"
desc: "Get top resource consuming queries of a managed instance."
returns:
description: "top resource consuming queries of a managed instance as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.TopQueriesInner?alt=com.azure.resourcemanager.sql.fluent.models.TopQueriesInner&text=TopQueriesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ManagedInstancesClient.listByResourceGroup(String resourceGroupName)"
summary: "Gets a list of managed instances in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ManagedInstanceInner> listByResourceGroup(String resourceGroupName)"
desc: "Gets a list of managed instances in a resource group."
returns:
description: "a list of managed instances in a resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroup(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroup(String resourceGroupName, String expand, Context context)"
name: "listByResourceGroup(String resourceGroupName, String expand, Context context)"
nameWithType: "ManagedInstancesClient.listByResourceGroup(String resourceGroupName, String expand, Context context)"
summary: "Gets a list of managed instances in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedInstanceInner> listByResourceGroup(String resourceGroupName, String expand, Context context)"
desc: "Gets a list of managed instances in a resource group."
returns:
description: "a list of managed instances in a resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "ManagedInstancesClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "Gets a list of managed instances in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ManagedInstanceInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "Gets a list of managed instances in a resource group."
returns:
description: "a list of managed instances in a resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listByResourceGroupAsync(String resourceGroupName, String expand)"
name: "listByResourceGroupAsync(String resourceGroupName, String expand)"
nameWithType: "ManagedInstancesClient.listByResourceGroupAsync(String resourceGroupName, String expand)"
summary: "Gets a list of managed instances in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ManagedInstanceInner> listByResourceGroupAsync(String resourceGroupName, String expand)"
desc: "Gets a list of managed instances in a resource group."
returns:
description: "a list of managed instances in a resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName)"
name: "listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName)"
summary: "Gets the collection of outbound network dependencies for the given managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<OutboundEnvironmentEndpointInner> listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName)"
desc: "Gets the collection of outbound network dependencies for the given managed instance."
returns:
description: "the collection of outbound network dependencies for the given managed instance as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner?alt=com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner&text=OutboundEnvironmentEndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName, Context context)"
name: "listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName, Context context)"
nameWithType: "ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName, Context context)"
summary: "Gets the collection of outbound network dependencies for the given managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<OutboundEnvironmentEndpointInner> listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName, Context context)"
desc: "Gets the collection of outbound network dependencies for the given managed instance."
returns:
description: "the collection of outbound network dependencies for the given managed instance as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner?alt=com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner&text=OutboundEnvironmentEndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstanceAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
name: "listOutboundNetworkDependenciesByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
nameWithType: "ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
summary: "Gets the collection of outbound network dependencies for the given managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<OutboundEnvironmentEndpointInner> listOutboundNetworkDependenciesByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)"
desc: "Gets the collection of outbound network dependencies for the given managed instance."
returns:
description: "the collection of outbound network dependencies for the given managed instance as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner?alt=com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner&text=OutboundEnvironmentEndpointInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ManagedInstanceUpdate)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
name: "update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
nameWithType: "ManagedInstancesClient.update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
summary: "Updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceUpdate?alt=com.azure.resourcemanager.sql.models.ManagedInstanceUpdate&text=ManagedInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedInstanceInner update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
desc: "Updates a managed instance."
returns:
description: "an Azure SQL managed instance."
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.ManagedInstancesClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ManagedInstanceUpdate,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
name: "update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
nameWithType: "ManagedInstancesClient.update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
summary: "Updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceUpdate?alt=com.azure.resourcemanager.sql.models.ManagedInstanceUpdate&text=ManagedInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedInstanceInner update(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters, Context context)"
desc: "Updates a managed instance."
returns:
description: "an Azure SQL managed instance."
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.ManagedInstancesClient.updateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ManagedInstanceUpdate)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.updateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
name: "updateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
nameWithType: "ManagedInstancesClient.updateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
summary: "Updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceUpdate?alt=com.azure.resourcemanager.sql.models.ManagedInstanceUpdate&text=ManagedInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<ManagedInstanceInner> updateAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
desc: "Updates a managed instance."
returns:
description: "an Azure SQL managed instance on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.updateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ManagedInstanceUpdate)"
fullName: "com.azure.resourcemanager.sql.fluent.ManagedInstancesClient.updateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
name: "updateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
nameWithType: "ManagedInstancesClient.updateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
summary: "Updates a managed instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the managed instance."
name: "managedInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested managed instance resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ManagedInstanceUpdate?alt=com.azure.resourcemanager.sql.models.ManagedInstanceUpdate&text=ManagedInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String managedInstanceName, ManagedInstanceUpdate parameters)"
desc: "Updates a managed instance."
returns:
description: "an Azure SQL managed instance along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ManagedInstancesClient."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0