다음을 통해 공유


IFileServersOperations 인터페이스

정의

FileServersOperations 작업.

public interface IFileServersOperations
type IFileServersOperations = interface
Public Interface IFileServersOperations

메서드

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

지정된 작업 영역에 파일 서버를 만듭니다.

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

파일 서버를 삭제합니다.

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

지정된 작업 영역에 파일 서버를 만듭니다.

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

파일 서버를 삭제합니다.

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

파일 서버에 대한 정보를 가져옵니다.

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

지정된 작업 영역과 연결된 파일 서버 목록을 가져옵니다.

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

지정된 작업 영역과 연결된 파일 서버 목록을 가져옵니다.

확장 메서드

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

지정된 작업 영역에 파일 서버를 만듭니다.

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

지정된 작업 영역에 파일 서버를 만듭니다.

BeginDelete(IFileServersOperations, String, String, String)

파일 서버를 삭제합니다.

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

파일 서버를 삭제합니다.

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

지정된 작업 영역에 파일 서버를 만듭니다.

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

지정된 작업 영역에 파일 서버를 만듭니다.

Delete(IFileServersOperations, String, String, String)

파일 서버를 삭제합니다.

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

파일 서버를 삭제합니다.

Get(IFileServersOperations, String, String, String)

파일 서버에 대한 정보를 가져옵니다.

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

파일 서버에 대한 정보를 가져옵니다.

ListByWorkspace(IFileServersOperations, String, String, FileServersListByWorkspaceOptions)

지정된 작업 영역과 연결된 파일 서버 목록을 가져옵니다.

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

지정된 작업 영역과 연결된 파일 서버 목록을 가져옵니다.

ListByWorkspaceNext(IFileServersOperations, String)

지정된 작업 영역과 연결된 파일 서버 목록을 가져옵니다.

ListByWorkspaceNextAsync(IFileServersOperations, String, CancellationToken)

지정된 작업 영역과 연결된 파일 서버 목록을 가져옵니다.

적용 대상