C# 클래스 FileStorage.Advanced

파일 보기 프로젝트 열기: Azure-Samples/storage-file-dotnet-getting-started 1 사용 예제들

공개 메소드들

메소드 설명
RunFileStorageAdvancedOpsAsync ( ) : System.Threading.Tasks.Task

Test some of the file storage operations.

비공개 메소드들

메소드 설명
CorsSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient fileClient ) : System.Threading.Tasks.Task

Query the Cross-Origin Resource Sharing (CORS) rules for the File service

DirectoryMetadataSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage share metadata

DirectoryPropertiesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Get directory properties

FileMetadataSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage file metadata

FilePropertiesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage file properties

ListSharesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task
ShareMetadataSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage share metadata

SharePropertiesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage share properties

메소드 상세

RunFileStorageAdvancedOpsAsync() 공개 메소드

Test some of the file storage operations.
public RunFileStorageAdvancedOpsAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task