Achilles.Acme.Storage.Azure.AzureCloudStorageProvider.GetAzurePath C# (CSharp) 메소드

GetAzurePath() 개인적인 메소드

Get the full path (as in URI) of a blob folder or file ( container name + path )
private GetAzurePath ( string path ) : string
path string a folder path or a file path, absolute path
리턴 string
        private string GetAzurePath( string path )
        {
            return ContainerName + path;
        }