Partilhar via


BlobGetChunkHeaders Construtores

Definição

Sobrecargas

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

BlobGetChunkHeaders()

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

Aplica-se a

BlobGetChunkHeaders(Nullable<Int64>, String)

Origem:
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)

Parâmetros

contentLength
Nullable<Int64>
contentRange
String

Aplica-se a