Compartilhar via


BlobCheckHeaders Construtores

Definição

Sobrecargas

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

BlobCheckHeaders()

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

Aplica-se a

BlobCheckHeaders(Nullable<Int64>, String, String)

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

Parâmetros

contentLength
Nullable<Int64>
dockerContentDigest
String
location
String

Aplica-se a