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

BlobGetChunkHeaders 构造函数

定义

重载

BlobGetChunkHeaders()
BlobGetChunkHeaders(Nullable<Int64>, String)

BlobGetChunkHeaders()

Source:
BlobGetChunkHeaders.cs
public BlobGetChunkHeaders ();
Public Sub New ()

适用于

BlobGetChunkHeaders(Nullable<Int64>, String)

Source:
BlobGetChunkHeaders.cs
public BlobGetChunkHeaders (long? contentLength = default, string contentRange = default);
new Microsoft.Azure.ContainerRegistry.Models.BlobGetChunkHeaders : Nullable<int64> * string -> Microsoft.Azure.ContainerRegistry.Models.BlobGetChunkHeaders
Public Sub New (Optional contentLength As Nullable(Of Long) = Nothing, Optional contentRange As String = Nothing)

参数

contentLength
Nullable<Int64>
contentRange
String

适用于