Sdílet prostřednictvím


ServerEndpoints interface

Rozhraní představující koncové body serveru.

Metody

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

Vytvořte nový ServerEndpoint.

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

Vytvořte nový ServerEndpoint.

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

Odstraňte daný koncový bod serveru.

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

Odstraňte daný koncový bod serveru.

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

Odvolání koncového bodu serveru

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

Odvolání koncového bodu serveru

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

Oprava daného koncového bodu serveru

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

Oprava daného koncového bodu serveru

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

Získejte koncový bod serveru.

listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)

Získejte seznam ServerEndpoint.

Podrobnosti metody

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

Vytvořte nový ServerEndpoint.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

parameters
ServerEndpointCreateParameters

Text objektu koncového bodu serveru.

options
ServerEndpointsCreateOptionalParams

Parametry možností

Návraty

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

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

Vytvořte nový ServerEndpoint.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

parameters
ServerEndpointCreateParameters

Text objektu koncového bodu serveru.

options
ServerEndpointsCreateOptionalParams

Parametry možností

Návraty

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

Odstraňte daný koncový bod serveru.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

options
ServerEndpointsDeleteOptionalParams

Parametry možností

Návraty

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

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

Odstraňte daný koncový bod serveru.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

options
ServerEndpointsDeleteOptionalParams

Parametry možností

Návraty

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

Odvolání koncového bodu serveru

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

parameters
RecallActionParameters

Text objektu Akce odvolání.

options
ServerEndpointsRecallActionOptionalParams

Parametry možností

Návraty

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

Odvolání koncového bodu serveru

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

parameters
RecallActionParameters

Text objektu Akce odvolání.

options
ServerEndpointsRecallActionOptionalParams

Parametry možností

Návraty

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

Oprava daného koncového bodu serveru

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

options
ServerEndpointsUpdateOptionalParams

Parametry možností

Návraty

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

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

Oprava daného koncového bodu serveru

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

options
ServerEndpointsUpdateOptionalParams

Parametry možností

Návraty

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

Získejte koncový bod serveru.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

serverEndpointName

string

Název objektu koncového bodu serveru.

options
ServerEndpointsGetOptionalParams

Parametry možností

Návraty

listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)

Získejte seznam ServerEndpoint.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

storageSyncServiceName

string

Název prostředku služby synchronizace úložiště

syncGroupName

string

Název prostředku skupiny synchronizace.

options
ServerEndpointsListBySyncGroupOptionalParams

Parametry možností

Návraty