Метод | Описание | |
---|---|---|
ReadServiceProperties ( Stream inputStream ) : Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties |
Reads service properties from a stream.
|
Метод | Описание | |
---|---|---|
GetCopyAttributes ( string copyStatusString, string copyId, string copySourceString, string copyProgressString, string copyCompletionTimeString, string copyStatusDescription ) : CopyState |
Builds a CopyState object from the given strings containing formatted copy information.
|
|
GetLeaseDuration ( string leaseDuration ) : LeaseDuration |
Gets a LeaseDuration from a string. If a null or empty string is supplied, a status of LeaseDuration.Unspecified is returned. |
|
GetLeaseState ( string leaseState ) : LeaseState |
Gets a LeaseState from a string. If a null or empty string is supplied, a status of LeaseState.Unspecified is returned. |
|
GetLeaseStatus ( string leaseStatus ) : LeaseStatus |
Gets a LeaseStatus from a string. If a null or empty string is supplied, a status of LeaseStatus.Unspecified is returned. |
public static ReadServiceProperties ( Stream inputStream ) : Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties | ||
inputStream | Stream | The stream from which to read the service properties. |
Результат | Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties |