Share via


RolloutsCreateOrUpdateHeaders Constructors

Definition

Overloads

RolloutsCreateOrUpdateHeaders()

Initializes a new instance of the RolloutsCreateOrUpdateHeaders class.

RolloutsCreateOrUpdateHeaders(String)

Initializes a new instance of the RolloutsCreateOrUpdateHeaders class.

RolloutsCreateOrUpdateHeaders()

Initializes a new instance of the RolloutsCreateOrUpdateHeaders class.

public RolloutsCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

RolloutsCreateOrUpdateHeaders(String)

Initializes a new instance of the RolloutsCreateOrUpdateHeaders class.

public RolloutsCreateOrUpdateHeaders (string azureAsyncOperation = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RolloutsCreateOrUpdateHeaders : string -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutsCreateOrUpdateHeaders
Public Sub New (Optional azureAsyncOperation As String = Nothing)

Parameters

azureAsyncOperation
String

Contains the status URL on which clients are expected to poll the status of the operation.

Applies to