Udostępnij za pośrednictwem


IFileServersOperations Interfejs

Definicja

Operacje FileServersOperations.

public interface IFileServersOperations
type IFileServersOperations = interface
Public Interface IFileServersOperations

Metody

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

Tworzy serwer plików w danym obszarze roboczym.

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

Usuwa serwer plików.

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

Tworzy serwer plików w danym obszarze roboczym.

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

Usuwa serwer plików.

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

Pobiera informacje o serwerze plików.

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

Pobiera listę serwerów plików skojarzonych z określonym obszarem roboczym.

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

Pobiera listę serwerów plików skojarzonych z określonym obszarem roboczym.

Metody rozszerzania

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

Tworzy serwer plików w danym obszarze roboczym.

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

Tworzy serwer plików w danym obszarze roboczym.

BeginDelete(IFileServersOperations, String, String, String)

Usuwa serwer plików.

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

Usuwa serwer plików.

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

Tworzy serwer plików w danym obszarze roboczym.

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

Tworzy serwer plików w danym obszarze roboczym.

Delete(IFileServersOperations, String, String, String)

Usuwa serwer plików.

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

Usuwa serwer plików.

Get(IFileServersOperations, String, String, String)

Pobiera informacje o serwerze plików.

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

Pobiera informacje o serwerze plików.

ListByWorkspace(IFileServersOperations, String, String, FileServersListByWorkspaceOptions)

Pobiera listę serwerów plików skojarzonych z określonym obszarem roboczym.

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

Pobiera listę serwerów plików skojarzonych z określonym obszarem roboczym.

ListByWorkspaceNext(IFileServersOperations, String)

Pobiera listę serwerów plików skojarzonych z określonym obszarem roboczym.

ListByWorkspaceNextAsync(IFileServersOperations, String, CancellationToken)

Pobiera listę serwerów plików skojarzonych z określonym obszarem roboczym.

Dotyczy