ServerEndpoints Interface
public interface ServerEndpoints
Resource collection API of ServerEndpoints.
Method Summary
Method Details
define
public abstract ServerEndpoint.DefinitionStages.Blank define(String name)
Begins definition for a new ServerEndpoint resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String storageSyncServiceName, String syncGroupName, String serverEndpointName)
Delete a given ServerEndpoint.
Parameters:
delete
public abstract void delete(String resourceGroupName, String storageSyncServiceName, String syncGroupName, String serverEndpointName, Context context)
Delete a given ServerEndpoint.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete a given ServerEndpoint.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete a given ServerEndpoint.
Parameters:
get
public abstract ServerEndpoint get(String resourceGroupName, String storageSyncServiceName, String syncGroupName, String serverEndpointName)
Get a ServerEndpoint.
Parameters:
Returns:
getById
public abstract ServerEndpoint getById(String id)
Get a ServerEndpoint.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ServerEndpoint> getByIdWithResponse(String id, Context context)
Get a ServerEndpoint.
Parameters:
Returns:
getWithResponse
public abstract Response<ServerEndpoint> getWithResponse(String resourceGroupName, String storageSyncServiceName, String syncGroupName, String serverEndpointName, Context context)
Get a ServerEndpoint.
Parameters:
Returns:
listBySyncGroup
public abstract PagedIterable<ServerEndpoint> listBySyncGroup(String resourceGroupName, String storageSyncServiceName, String syncGroupName)
Get a ServerEndpoint list.
Parameters:
Returns:
listBySyncGroup
public abstract PagedIterable<ServerEndpoint> listBySyncGroup(String resourceGroupName, String storageSyncServiceName, String syncGroupName, Context context)
Get a ServerEndpoint list.
Parameters:
Returns:
recallAction
public abstract void recallAction(String resourceGroupName, String storageSyncServiceName, String syncGroupName, String serverEndpointName, RecallActionParameters parameters)
Recall a server endpoint.
Parameters:
recallAction
public abstract void recallAction(String resourceGroupName, String storageSyncServiceName, String syncGroupName, String serverEndpointName, RecallActionParameters parameters, Context context)
Recall a server endpoint.
Parameters: