메소드 | 설명 | |
---|---|---|
ToAzurePath ( this path ) : string |
Convert a file system path to an azure path.
|
|
ToFileSystemPath ( this uri, string path ) : string |
Convert a string instance of a URI to a relative virtual file system path.
|
|
ToFileSystemPath ( this uris, string path ) : string[] |
Convert an array of string URI paths to a string array of file system paths
|
public static ToFileSystemPath ( this uri, string path ) : string | ||
uri | this | Azure storage blob URI |
path | string | |
리턴 | string |
public static ToFileSystemPath ( this uris, string path ) : string[] | ||
uris | this | Array of Azure blob URIs |
path | string | path |
리턴 | string[] |