Share via


PoolUpdateHeaders Constructors

Definition

Overloads

PoolUpdateHeaders()

Initializes a new instance of the PoolUpdateHeaders class.

PoolUpdateHeaders(String)

Initializes a new instance of the PoolUpdateHeaders class.

PoolUpdateHeaders()

Initializes a new instance of the PoolUpdateHeaders class.

public PoolUpdateHeaders ();
Public Sub New ()

Applies to

PoolUpdateHeaders(String)

Initializes a new instance of the PoolUpdateHeaders class.

public PoolUpdateHeaders (string eTag = default);
new Microsoft.Azure.Management.Batch.Models.PoolUpdateHeaders : string -> Microsoft.Azure.Management.Batch.Models.PoolUpdateHeaders
Public Sub New (Optional eTag As String = Nothing)

Parameters

eTag
String

The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.

Applies to