次の方法で共有


DeploymentOperationProperties コンストラクター

定義

オーバーロード

DeploymentOperationProperties()

DeploymentOperationProperties クラスの新しいインスタンスを初期化します。

DeploymentOperationProperties(Nullable<ProvisioningOperation>, String, Nullable<DateTime>, String, String, String, StatusMessage, TargetResource, HttpMessage, HttpMessage)

DeploymentOperationProperties クラスの新しいインスタンスを初期化します。

DeploymentOperationProperties()

DeploymentOperationProperties クラスの新しいインスタンスを初期化します。

public DeploymentOperationProperties ();
Public Sub New ()

適用対象

DeploymentOperationProperties(Nullable<ProvisioningOperation>, String, Nullable<DateTime>, String, String, String, StatusMessage, TargetResource, HttpMessage, HttpMessage)

DeploymentOperationProperties クラスの新しいインスタンスを初期化します。

public DeploymentOperationProperties (Microsoft.Azure.Management.ResourceManager.Models.ProvisioningOperation? provisioningOperation = default, string provisioningState = default, DateTime? timestamp = default, string duration = default, string serviceRequestId = default, string statusCode = default, Microsoft.Azure.Management.ResourceManager.Models.StatusMessage statusMessage = default, Microsoft.Azure.Management.ResourceManager.Models.TargetResource targetResource = default, Microsoft.Azure.Management.ResourceManager.Models.HttpMessage request = default, Microsoft.Azure.Management.ResourceManager.Models.HttpMessage response = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties : Nullable<Microsoft.Azure.Management.ResourceManager.Models.ProvisioningOperation> * string * Nullable<DateTime> * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.StatusMessage * Microsoft.Azure.Management.ResourceManager.Models.TargetResource * Microsoft.Azure.Management.ResourceManager.Models.HttpMessage * Microsoft.Azure.Management.ResourceManager.Models.HttpMessage -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties
Public Sub New (Optional provisioningOperation As Nullable(Of ProvisioningOperation) = Nothing, 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 StatusMessage = Nothing, Optional targetResource As TargetResource = Nothing, Optional request As HttpMessage = Nothing, Optional response As HttpMessage = Nothing)

パラメーター

provisioningOperation
Nullable<ProvisioningOperation>

現在のプロビジョニング操作の名前。 指定できる値は、'NotSpecified'、'Create'、'Delete'、'Waiting'、'AzureAsyncOperationWaiting'、'ResourceCacheWaiting'、'Action'、'Read'、'EvaluateDeploymentOutput'、'DeploymentCleanup' です。

provisioningState
String

プロビジョニングの状態。

timestamp
Nullable<DateTime>

操作の日付と時刻。

duration
String

操作の期間。

serviceRequestId
String

デプロイ操作サービス要求 ID。

statusCode
String

リソース プロバイダーからの操作状態コード。 応答がまだ受信されていない場合、このプロパティは設定されない可能性があります。

statusMessage
StatusMessage

リソース プロバイダーからの操作の状態メッセージ。 このプロパティは省略可能です。 これは、リソース プロバイダーからエラーが発生した場合にのみ提供されます。

targetResource
TargetResource

ターゲット リソース。

request
HttpMessage

HTTP 要求メッセージ。

response
HttpMessage

HTTP 応答メッセージ。

適用対象