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 serveur.

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

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

beginDelete(string, string, string, ServerTrustGroupsDeleteOptionalParams)

Supprime un groupe d’approbations de serveur.

beginDeleteAndWait(string, string, string, ServerTrustGroupsDeleteOptionalParams)

Supprime un groupe d’approbations de serveur.

get(string, string, string, ServerTrustGroupsGetOptionalParams)

Obtient un groupe d’approbations de serveur.

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 serveur.

Détails de la méthode

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

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

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 serveur.

parameters
ServerTrustGroup

Paramètres du groupe d’approbation 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 serveur.

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 serveur.

parameters
ServerTrustGroup

Paramètres du groupe d’approbation de serveur.

options
ServerTrustGroupsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ServerTrustGroup>

beginDelete(string, string, string, ServerTrustGroupsDeleteOptionalParams)

Supprime un groupe d’approbations de serveur.

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 serveur.

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 serveur.

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 serveur.

options
ServerTrustGroupsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, ServerTrustGroupsGetOptionalParams)

Obtient un groupe d’approbations de serveur.

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 serveur.

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 serveur.

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