DeploymentOperationProperties 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
DeploymentOperationProperties() |
Initializes a new instance of the DeploymentOperationProperties class. |
DeploymentOperationProperties(String, Nullable<DateTime>, String, String, String, Object, TargetResource, HttpMessage, HttpMessage) |
Initializes a new instance of the DeploymentOperationProperties class. |
DeploymentOperationProperties()
Initializes a new instance of the DeploymentOperationProperties class.
public DeploymentOperationProperties ();
Public Sub New ()
Applies to
DeploymentOperationProperties(String, Nullable<DateTime>, String, String, String, Object, TargetResource, HttpMessage, HttpMessage)
Initializes a new instance of the DeploymentOperationProperties class.
public DeploymentOperationProperties (string provisioningState = default, DateTime? timestamp = default, string duration = default, string serviceRequestId = default, string statusCode = default, object statusMessage = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.TargetResource targetResource = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.HttpMessage request = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.HttpMessage response = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationProperties : string * Nullable<DateTime> * string * string * string * obj * Microsoft.Azure.Management.ResourceManager.Fluent.Models.TargetResource * Microsoft.Azure.Management.ResourceManager.Fluent.Models.HttpMessage * Microsoft.Azure.Management.ResourceManager.Fluent.Models.HttpMessage -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional duration As String = Nothing, Optional serviceRequestId As String = Nothing, Optional statusCode As String = Nothing, Optional statusMessage As Object = Nothing, Optional targetResource As TargetResource = Nothing, Optional request As HttpMessage = Nothing, Optional response As HttpMessage = Nothing)
Parameters
- provisioningState
- System.String
The state of the provisioning.
- timestamp
- System.Nullable<System.DateTime>
The date and time of the operation.
- duration
- System.String
The duration of the operation.
- serviceRequestId
- System.String
Deployment operation service request id.
- statusCode
- System.String
Operation status code.
- statusMessage
- System.Object
Operation status message.
- targetResource
- TargetResource
The target resource.
- request
- HttpMessage
The HTTP request message.
- response
- HttpMessage
The HTTP response message.