Method | Description | |
---|---|---|
MountDrive ( string containerName, string vhdName, int driveSize, int driveLocalReadCacheSize ) : string | ||
PrepareLocalReadCache ( string localResourceName ) : void | ||
UnmountDrive ( string containerName, string vhdName ) : void |
Method | Description | |
---|---|---|
GetCloudClientInstance ( ) : |
public static MountDrive ( string containerName, string vhdName, int driveSize, int driveLocalReadCacheSize ) : string | ||
containerName | string | |
vhdName | string | |
driveSize | int | |
driveLocalReadCacheSize | int | |
return | string |
public static PrepareLocalReadCache ( string localResourceName ) : void | ||
localResourceName | string | |
return | void |
public static UnmountDrive ( string containerName, string vhdName ) : void | ||
containerName | string | |
vhdName | string | |
return | void |