Sdílet prostřednictvím


IFileServersOperations Rozhraní

Definice

Operace FileServersOperations.

public interface IFileServersOperations
type IFileServersOperations = interface
Public Interface IFileServersOperations

Metody

BeginCreateWithHttpMessagesAsync(String, String, String, FileServerCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Vytvoří souborový server v daném pracovním prostoru.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Odstraní souborový server.

CreateWithHttpMessagesAsync(String, String, String, FileServerCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Vytvoří souborový server v daném pracovním prostoru.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Odstraní souborový server.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Získá informace o souborovém serveru.

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Získá seznam souborových serverů přidružených k zadanému pracovnímu prostoru.

ListByWorkspaceWithHttpMessagesAsync(String, String, FileServersListByWorkspaceOptions, Dictionary<String,List<String>>, CancellationToken)

Získá seznam souborových serverů přidružených k zadanému pracovnímu prostoru.

Metody rozšíření

BeginCreate(IFileServersOperations, String, String, String, FileServerCreateParameters)

Vytvoří souborový server v daném pracovním prostoru.

BeginCreateAsync(IFileServersOperations, String, String, String, FileServerCreateParameters, CancellationToken)

Vytvoří souborový server v daném pracovním prostoru.

BeginDelete(IFileServersOperations, String, String, String)

Odstraní souborový server.

BeginDeleteAsync(IFileServersOperations, String, String, String, CancellationToken)

Odstraní souborový server.

Create(IFileServersOperations, String, String, String, FileServerCreateParameters)

Vytvoří souborový server v daném pracovním prostoru.

CreateAsync(IFileServersOperations, String, String, String, FileServerCreateParameters, CancellationToken)

Vytvoří souborový server v daném pracovním prostoru.

Delete(IFileServersOperations, String, String, String)

Odstraní souborový server.

DeleteAsync(IFileServersOperations, String, String, String, CancellationToken)

Odstraní souborový server.

Get(IFileServersOperations, String, String, String)

Získá informace o souborovém serveru.

GetAsync(IFileServersOperations, String, String, String, CancellationToken)

Získá informace o souborovém serveru.

ListByWorkspace(IFileServersOperations, String, String, FileServersListByWorkspaceOptions)

Získá seznam souborových serverů přidružených k zadanému pracovnímu prostoru.

ListByWorkspaceAsync(IFileServersOperations, String, String, FileServersListByWorkspaceOptions, CancellationToken)

Získá seznam souborových serverů přidružených k zadanému pracovnímu prostoru.

ListByWorkspaceNext(IFileServersOperations, String)

Získá seznam souborových serverů přidružených k zadanému pracovnímu prostoru.

ListByWorkspaceNextAsync(IFileServersOperations, String, CancellationToken)

Získá seznam souborových serverů přidružených k zadanému pracovnímu prostoru.

Platí pro