Partager via


ServerEndpoints interface

Interface représentant un ServeurEndpoints.

Méthodes

beginCreate(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

Créez un serveur ServerEndpoint.

beginCreateAndWait(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

Créez un serveur ServerEndpoint.

beginDelete(string, string, string, string, ServerEndpointsDeleteOptionalParams)

Supprimez un serveur ServerEndpoint donné.

beginDeleteAndWait(string, string, string, string, ServerEndpointsDeleteOptionalParams)

Supprimez un serveur ServerEndpoint donné.

beginRecallAction(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

Rappelez-vous un point de terminaison de serveur.

beginRecallActionAndWait(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

Rappelez-vous un point de terminaison de serveur.

beginUpdate(string, string, string, string, ServerEndpointsUpdateOptionalParams)

Corrigez un serveur ServerEndpoint donné.

beginUpdateAndWait(string, string, string, string, ServerEndpointsUpdateOptionalParams)

Corrigez un serveur ServerEndpoint donné.

get(string, string, string, string, ServerEndpointsGetOptionalParams)

Obtenir un ServeurEndpoint.

listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)

Obtenir une liste ServerEndpoint.

Détails de la méthode

beginCreate(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

Créez un serveur ServerEndpoint.

function beginCreate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsCreateResponse>, ServerEndpointsCreateResponse>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

parameters
ServerEndpointCreateParameters

Corps de l’objet Point de terminaison de serveur.

options
ServerEndpointsCreateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsCreateResponse>, ServerEndpointsCreateResponse>>

beginCreateAndWait(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

Créez un serveur ServerEndpoint.

function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams): Promise<ServerEndpointsCreateResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

parameters
ServerEndpointCreateParameters

Corps de l’objet Point de terminaison de serveur.

options
ServerEndpointsCreateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, string, ServerEndpointsDeleteOptionalParams)

Supprimez un serveur ServerEndpoint donné.

function beginDelete(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsDeleteHeaders>, ServerEndpointsDeleteHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

options
ServerEndpointsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsDeleteHeaders>, ServerEndpointsDeleteHeaders>>

beginDeleteAndWait(string, string, string, string, ServerEndpointsDeleteOptionalParams)

Supprimez un serveur ServerEndpoint donné.

function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams): Promise<ServerEndpointsDeleteHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

options
ServerEndpointsDeleteOptionalParams

Paramètres d’options.

Retours

beginRecallAction(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

Rappelez-vous un point de terminaison de serveur.

function beginRecallAction(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsRecallActionHeaders>, ServerEndpointsRecallActionHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

parameters
RecallActionParameters

Corps de l’objet Action De rappel.

options
ServerEndpointsRecallActionOptionalParams

Paramètres d’options.

Retours

beginRecallActionAndWait(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

Rappelez-vous un point de terminaison de serveur.

function beginRecallActionAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams): Promise<ServerEndpointsRecallActionHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

parameters
RecallActionParameters

Corps de l’objet Action De rappel.

options
ServerEndpointsRecallActionOptionalParams

Paramètres d’options.

Retours

beginUpdate(string, string, string, string, ServerEndpointsUpdateOptionalParams)

Corrigez un serveur ServerEndpoint donné.

function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsUpdateResponse>, ServerEndpointsUpdateResponse>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

options
ServerEndpointsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsUpdateResponse>, ServerEndpointsUpdateResponse>>

beginUpdateAndWait(string, string, string, string, ServerEndpointsUpdateOptionalParams)

Corrigez un serveur ServerEndpoint donné.

function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams): Promise<ServerEndpointsUpdateResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

options
ServerEndpointsUpdateOptionalParams

Paramètres d’options.

Retours

get(string, string, string, string, ServerEndpointsGetOptionalParams)

Obtenir un ServeurEndpoint.

function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsGetOptionalParams): Promise<ServerEndpointsGetResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

serverEndpointName

string

Nom de l’objet point de terminaison de serveur.

options
ServerEndpointsGetOptionalParams

Paramètres d’options.

Retours

listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)

Obtenir une liste ServerEndpoint.

function listBySyncGroup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: ServerEndpointsListBySyncGroupOptionalParams): PagedAsyncIterableIterator<ServerEndpoint, ServerEndpoint[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName

string

Nom de la ressource du service de synchronisation de stockage.

syncGroupName

string

Nom de la ressource de groupe de synchronisation.

options
ServerEndpointsListBySyncGroupOptionalParams

Paramètres d’options.

Retours