Condividi tramite


ServiceUnitsCreateOrUpdateHeaders Constructors

Definition

Overloads

ServiceUnitsCreateOrUpdateHeaders()

Initializes a new instance of the ServiceUnitsCreateOrUpdateHeaders class.

ServiceUnitsCreateOrUpdateHeaders(String)

Initializes a new instance of the ServiceUnitsCreateOrUpdateHeaders class.

ServiceUnitsCreateOrUpdateHeaders()

Initializes a new instance of the ServiceUnitsCreateOrUpdateHeaders class.

public ServiceUnitsCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

ServiceUnitsCreateOrUpdateHeaders(String)

Initializes a new instance of the ServiceUnitsCreateOrUpdateHeaders class.

public ServiceUnitsCreateOrUpdateHeaders (string azureAsyncOperation = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitsCreateOrUpdateHeaders : string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitsCreateOrUpdateHeaders
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