你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobHttpResponseParsers.ReadServicePropertiesAsync 方法

定义

从流中读取服务属性。

public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> ReadServicePropertiesAsync (System.IO.Stream inputStream, System.Threading.CancellationToken token);
static member ReadServicePropertiesAsync : System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Shared Function ReadServicePropertiesAsync (inputStream As Stream, token As CancellationToken) As Task(Of ServiceProperties)

参数

inputStream
Stream

要从中读取服务属性的流。

返回

存储在流中的服务属性。

适用于