C# 클래스 WindowsAzure.VhdSize.PageBlobExtensions

파일 보기 프로젝트 열기: sandrinodimattia/WindowsAzure-VhdSize 1 사용 예제들

공개 메소드들

메소드 설명
GetActualDiskSize ( this pageBlob ) : long

Based on this script: http://gallery.technet.microsoft.com/scriptcenter/Get-Billable-Size-of-32175802

GetFormattedDiskSize ( long size ) : string

비공개 메소드들

메소드 설명
StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long

메소드 상세

GetActualDiskSize() 공개 정적인 메소드

Based on this script: http://gallery.technet.microsoft.com/scriptcenter/Get-Billable-Size-of-32175802
public static GetActualDiskSize ( this pageBlob ) : long
pageBlob this
리턴 long

GetFormattedDiskSize() 공개 정적인 메소드

public static GetFormattedDiskSize ( long size ) : string
size long
리턴 string