Share via


OutputsUpdateHeaders Constructors

Definition

Overloads

OutputsUpdateHeaders()

Initializes a new instance of the OutputsUpdateHeaders class.

OutputsUpdateHeaders(String)

Initializes a new instance of the OutputsUpdateHeaders class.

OutputsUpdateHeaders()

Initializes a new instance of the OutputsUpdateHeaders class.

public OutputsUpdateHeaders ();
Public Sub New ()

Applies to

OutputsUpdateHeaders(String)

Initializes a new instance of the OutputsUpdateHeaders class.

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

Parameters

eTag
String

The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.

Applies to