Share via


PoolDisableAutoScaleHeaders Constructors

Definition

Overloads

PoolDisableAutoScaleHeaders()

Initializes a new instance of the PoolDisableAutoScaleHeaders class.

PoolDisableAutoScaleHeaders(String)

Initializes a new instance of the PoolDisableAutoScaleHeaders class.

PoolDisableAutoScaleHeaders()

Initializes a new instance of the PoolDisableAutoScaleHeaders class.

public PoolDisableAutoScaleHeaders ();
Public Sub New ()

Applies to

PoolDisableAutoScaleHeaders(String)

Initializes a new instance of the PoolDisableAutoScaleHeaders class.

public PoolDisableAutoScaleHeaders (string eTag = default);
new Microsoft.Azure.Management.Batch.Models.PoolDisableAutoScaleHeaders : string -> Microsoft.Azure.Management.Batch.Models.PoolDisableAutoScaleHeaders
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