Partager via


ManagedInstances interface

Interface représentant un ManagedInstances.

Méthodes

beginCreateOrUpdate(string, string, ManagedInstance, ManagedInstancesCreateOrUpdateOptionalParams)

Crée ou met à jour une instance managée.

beginCreateOrUpdateAndWait(string, string, ManagedInstance, ManagedInstancesCreateOrUpdateOptionalParams)

Crée ou met à jour une instance managée.

beginDelete(string, string, ManagedInstancesDeleteOptionalParams)

Supprime une instance managée.

beginDeleteAndWait(string, string, ManagedInstancesDeleteOptionalParams)

Supprime une instance managée.

beginFailover(string, string, ManagedInstancesFailoverOptionalParams)

Basculement d’une instance managée.

beginFailoverAndWait(string, string, ManagedInstancesFailoverOptionalParams)

Basculement d’une instance managée.

beginStart(string, string, ManagedInstancesStartOptionalParams)

Démarre l’instance managée.

beginStartAndWait(string, string, ManagedInstancesStartOptionalParams)

Démarre l’instance managée.

beginStop(string, string, ManagedInstancesStopOptionalParams)

Arrête l’instance managée.

beginStopAndWait(string, string, ManagedInstancesStopOptionalParams)

Arrête l’instance managée.

beginUpdate(string, string, ManagedInstanceUpdate, ManagedInstancesUpdateOptionalParams)

Met à jour une instance managée.

beginUpdateAndWait(string, string, ManagedInstanceUpdate, ManagedInstancesUpdateOptionalParams)

Met à jour une instance managée.

get(string, string, ManagedInstancesGetOptionalParams)

Obtient une instance managée.

list(ManagedInstancesListOptionalParams)

Obtient la liste de toutes les instances managées de l’abonnement.

listByInstancePool(string, string, ManagedInstancesListByInstancePoolOptionalParams)

Obtient une liste de toutes les instances managées d’un pool d’instances.

listByManagedInstance(string, string, ManagedInstancesListByManagedInstanceOptionalParams)

Obtenez les principales requêtes consommatrices de ressources d’une instance managée.

listByResourceGroup(string, ManagedInstancesListByResourceGroupOptionalParams)

Obtient une liste d’instances managées dans un groupe de ressources.

listOutboundNetworkDependenciesByManagedInstance(string, string, ManagedInstancesListOutboundNetworkDependenciesByManagedInstanceOptionalParams)

Obtient la collection de dépendances réseau sortantes pour l’instance managée donnée.

Détails de la méthode

beginCreateOrUpdate(string, string, ManagedInstance, ManagedInstancesCreateOrUpdateOptionalParams)

Crée ou met à jour une instance managée.

function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, parameters: ManagedInstance, options?: ManagedInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedInstance>, ManagedInstance>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

parameters
ManagedInstance

État de ressource de l’instance managée demandée.

options
ManagedInstancesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedInstance>, ManagedInstance>>

beginCreateOrUpdateAndWait(string, string, ManagedInstance, ManagedInstancesCreateOrUpdateOptionalParams)

Crée ou met à jour une instance managée.

function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, parameters: ManagedInstance, options?: ManagedInstancesCreateOrUpdateOptionalParams): Promise<ManagedInstance>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

parameters
ManagedInstance

État de ressource de l’instance managée demandée.

options
ManagedInstancesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ManagedInstance>

beginDelete(string, string, ManagedInstancesDeleteOptionalParams)

Supprime une instance managée.

function beginDelete(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ManagedInstancesDeleteOptionalParams)

Supprime une instance managée.

function beginDeleteAndWait(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginFailover(string, string, ManagedInstancesFailoverOptionalParams)

Basculement d’une instance managée.

function beginFailover(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesFailoverOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée à basculer.

options
ManagedInstancesFailoverOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginFailoverAndWait(string, string, ManagedInstancesFailoverOptionalParams)

Basculement d’une instance managée.

function beginFailoverAndWait(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesFailoverOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée à basculer.

options
ManagedInstancesFailoverOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginStart(string, string, ManagedInstancesStartOptionalParams)

Démarre l’instance managée.

function beginStart(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesStartOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginStartAndWait(string, string, ManagedInstancesStartOptionalParams)

Démarre l’instance managée.

function beginStartAndWait(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesStartOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesStartOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginStop(string, string, ManagedInstancesStopOptionalParams)

Arrête l’instance managée.

function beginStop(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesStopOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginStopAndWait(string, string, ManagedInstancesStopOptionalParams)

Arrête l’instance managée.

function beginStopAndWait(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesStopOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesStopOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, ManagedInstanceUpdate, ManagedInstancesUpdateOptionalParams)

Met à jour une instance managée.

function beginUpdate(resourceGroupName: string, managedInstanceName: string, parameters: ManagedInstanceUpdate, options?: ManagedInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedInstance>, ManagedInstance>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

parameters
ManagedInstanceUpdate

État de ressource de l’instance managée demandée.

options
ManagedInstancesUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedInstance>, ManagedInstance>>

beginUpdateAndWait(string, string, ManagedInstanceUpdate, ManagedInstancesUpdateOptionalParams)

Met à jour une instance managée.

function beginUpdateAndWait(resourceGroupName: string, managedInstanceName: string, parameters: ManagedInstanceUpdate, options?: ManagedInstancesUpdateOptionalParams): Promise<ManagedInstance>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

parameters
ManagedInstanceUpdate

État de ressource de l’instance managée demandée.

options
ManagedInstancesUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ManagedInstance>

get(string, string, ManagedInstancesGetOptionalParams)

Obtient une instance managée.

function get(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesGetOptionalParams): Promise<ManagedInstance>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesGetOptionalParams

Paramètres d’options.

Retours

Promise<ManagedInstance>

list(ManagedInstancesListOptionalParams)

Obtient la liste de toutes les instances managées de l’abonnement.

function list(options?: ManagedInstancesListOptionalParams): PagedAsyncIterableIterator<ManagedInstance, ManagedInstance[], PageSettings>

Paramètres

options
ManagedInstancesListOptionalParams

Paramètres d’options.

Retours

listByInstancePool(string, string, ManagedInstancesListByInstancePoolOptionalParams)

Obtient une liste de toutes les instances managées d’un pool d’instances.

function listByInstancePool(resourceGroupName: string, instancePoolName: string, options?: ManagedInstancesListByInstancePoolOptionalParams): PagedAsyncIterableIterator<ManagedInstance, ManagedInstance[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

instancePoolName

string

Nom du pool d’instances.

options
ManagedInstancesListByInstancePoolOptionalParams

Paramètres d’options.

Retours

listByManagedInstance(string, string, ManagedInstancesListByManagedInstanceOptionalParams)

Obtenez les principales requêtes consommatrices de ressources d’une instance managée.

function listByManagedInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesListByManagedInstanceOptionalParams): PagedAsyncIterableIterator<TopQueries, TopQueries[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

options
ManagedInstancesListByManagedInstanceOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, ManagedInstancesListByResourceGroupOptionalParams)

Obtient une liste d’instances managées dans un groupe de ressources.

function listByResourceGroup(resourceGroupName: string, options?: ManagedInstancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedInstance, ManagedInstance[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

options
ManagedInstancesListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listOutboundNetworkDependenciesByManagedInstance(string, string, ManagedInstancesListOutboundNetworkDependenciesByManagedInstanceOptionalParams)

Obtient la collection de dépendances réseau sortantes pour l’instance managée donnée.

function listOutboundNetworkDependenciesByManagedInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancesListOutboundNetworkDependenciesByManagedInstanceOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint, OutboundEnvironmentEndpoint[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

managedInstanceName

string

Nom de l’instance managée.

Retours