你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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() | |
DeploymentOperationProperties(String, Nullable<DateTime>, String, String, Object, TargetResource, HttpMessage, HttpMessage) |
DeploymentOperationProperties()
public DeploymentOperationProperties ();
Public Sub New ()
Applies to
DeploymentOperationProperties(String, Nullable<DateTime>, String, String, Object, TargetResource, HttpMessage, HttpMessage)
public DeploymentOperationProperties (string provisioningState = default, DateTime? timestamp = default, string serviceRequestId = default, string statusCode = default, object statusMessage = default, Microsoft.Azure.Management.Internal.Resources.Models.TargetResource targetResource = default, Microsoft.Azure.Management.Internal.Resources.Models.HttpMessage request = default, Microsoft.Azure.Management.Internal.Resources.Models.HttpMessage response = default);
new Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationProperties : string * Nullable<DateTime> * string * string * obj * Microsoft.Azure.Management.Internal.Resources.Models.TargetResource * Microsoft.Azure.Management.Internal.Resources.Models.HttpMessage * Microsoft.Azure.Management.Internal.Resources.Models.HttpMessage -> Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional timestamp As Nullable(Of DateTime) = 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
- String
- serviceRequestId
- String
- statusCode
- String
- statusMessage
- Object
- targetResource
- TargetResource
- request
- HttpMessage
- response
- HttpMessage