Partager via


ServerTrustGroups interface

Interface représentant un ServerTrustGroups.

Méthodes

beginCreateOrUpdate(string, string, string, ServerTrustGroup, ServerTrustGroupsCreateOrUpdateOptionalParams)

Crée ou met à jour un groupe d’approbations de serveurs.

beginCreateOrUpdateAndWait(string, string, string, ServerTrustGroup, ServerTrustGroupsCreateOrUpdateOptionalParams)

Crée ou met à jour un groupe d’approbations de serveurs.

beginDelete(string, string, string, ServerTrustGroupsDeleteOptionalParams)

Supprime un groupe d’approbations de serveurs.

beginDeleteAndWait(string, string, string, ServerTrustGroupsDeleteOptionalParams)

Supprime un groupe d’approbations de serveurs.

get(string, string, string, ServerTrustGroupsGetOptionalParams)

Obtient un groupe d’approbations de serveurs.

listByInstance(string, string, ServerTrustGroupsListByInstanceOptionalParams)

Obtient un groupe d’approbations de serveur par nom d’instance.

listByLocation(string, string, ServerTrustGroupsListByLocationOptionalParams)

Répertorie un groupe d’approbations de serveurs.

Détails de la méthode

beginCreateOrUpdate(string, string, string, ServerTrustGroup, ServerTrustGroupsCreateOrUpdateOptionalParams)

Crée ou met à jour un groupe d’approbations de serveurs.

function beginCreateOrUpdate(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>>

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.

locationName

string

Nom de la région où se trouve la ressource.

serverTrustGroupName

string

Nom du groupe d’approbations de serveurs.

parameters
ServerTrustGroup

Paramètres du groupe d’approbations de serveur.

options
ServerTrustGroupsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, string, ServerTrustGroup, ServerTrustGroupsCreateOrUpdateOptionalParams)

Crée ou met à jour un groupe d’approbations de serveurs.

function beginCreateOrUpdateAndWait(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams): Promise<ServerTrustGroup>

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.

locationName

string

Nom de la région où se trouve la ressource.

serverTrustGroupName

string

Nom du groupe d’approbations de serveurs.

parameters
ServerTrustGroup

Paramètres du groupe d’approbations de serveur.

options
ServerTrustGroupsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ServerTrustGroup>

beginDelete(string, string, string, ServerTrustGroupsDeleteOptionalParams)

Supprime un groupe d’approbations de serveurs.

function beginDelete(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams): 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.

locationName

string

Nom de la région où se trouve la ressource.

serverTrustGroupName

string

Nom du groupe d’approbations de serveurs.

options
ServerTrustGroupsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, ServerTrustGroupsDeleteOptionalParams)

Supprime un groupe d’approbations de serveurs.

function beginDeleteAndWait(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams): 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.

locationName

string

Nom de la région où se trouve la ressource.

serverTrustGroupName

string

Nom du groupe d’approbations de serveurs.

options
ServerTrustGroupsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, ServerTrustGroupsGetOptionalParams)

Obtient un groupe d’approbations de serveurs.

function get(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsGetOptionalParams): Promise<ServerTrustGroup>

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.

locationName

string

Nom de la région où se trouve la ressource.

serverTrustGroupName

string

Nom du groupe d’approbations de serveurs.

options
ServerTrustGroupsGetOptionalParams

Paramètres d’options.

Retours

Promise<ServerTrustGroup>

listByInstance(string, string, ServerTrustGroupsListByInstanceOptionalParams)

Obtient un groupe d’approbations de serveur par nom d’instance.

function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ServerTrustGroupsListByInstanceOptionalParams): PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], 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
ServerTrustGroupsListByInstanceOptionalParams

Paramètres d’options.

Retours

listByLocation(string, string, ServerTrustGroupsListByLocationOptionalParams)

Répertorie un groupe d’approbations de serveurs.

function listByLocation(resourceGroupName: string, locationName: string, options?: ServerTrustGroupsListByLocationOptionalParams): PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], 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.

locationName

string

Nom de la région où se trouve la ressource.

options
ServerTrustGroupsListByLocationOptionalParams

Paramètres d’options.

Retours