ServerEndpointsOperations interface

Interfaccia che rappresenta le operazioni di un ServerEndpoints.

Proprietà

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginRecallAction
beginRecallActionAndWait
beginUpdate
beginUpdateAndWait
create

Crea un nuovo ServerEndpoint.

delete

Elimina un dato ServerEndpoint.

get

Prendi un ServerEndpoint.

listBySyncGroup

Procurati una lista ServerEndpoint.

recallAction

Richiamo un endpoint server.

update

Patcha un dato ServerEndpoint.

Dettagli proprietà

beginCreate

Avviso

Questa API è ora deprecata.

use create instead

beginCreate: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerEndpoint>, ServerEndpoint>>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerEndpoint>, ServerEndpoint>>

beginCreateAndWait

Avviso

Questa API è ora deprecata.

use create instead

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

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams) => Promise<ServerEndpoint>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

beginDelete: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams) => Promise<void>

beginRecallAction

Avviso

Questa API è ora deprecata.

use recallAction instead

beginRecallAction: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginRecallActionAndWait

Avviso

Questa API è ora deprecata.

use recallAction instead

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

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams) => Promise<void>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerEndpoint>, ServerEndpoint>>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerEndpoint>, ServerEndpoint>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

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

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams) => Promise<ServerEndpoint>

create

Crea un nuovo ServerEndpoint.

create: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams) => PollerLike<OperationState<ServerEndpoint>, ServerEndpoint>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams) => PollerLike<OperationState<ServerEndpoint>, ServerEndpoint>

delete

Elimina un dato ServerEndpoint.

delete: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Prendi un ServerEndpoint.

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

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsGetOptionalParams) => Promise<ServerEndpoint>

listBySyncGroup

Procurati una lista ServerEndpoint.

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

Valore della proprietà

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

recallAction

Richiamo un endpoint server.

recallAction: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams) => PollerLike<OperationState<void>, void>

update

Patcha un dato ServerEndpoint.

update: (resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams) => PollerLike<OperationState<ServerEndpoint>, ServerEndpoint>

Valore della proprietà

(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams) => PollerLike<OperationState<ServerEndpoint>, ServerEndpoint>