ServiceUnitsCreateOrUpdateHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET