DeploymentOperationProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
プロビジョニングの状態。
- duration
- String
操作の期間。
- serviceRequestId
- String
デプロイ操作サービス要求 ID。
- statusCode
- String
リソース プロバイダーからの操作状態コード。 応答がまだ受信されていない場合、このプロパティは設定されない可能性があります。
- statusMessage
- StatusMessage
リソース プロバイダーからの操作の状態メッセージ。 このプロパティは省略可能です。 これは、リソース プロバイダーからエラーが発生した場合にのみ提供されます。
- targetResource
- TargetResource
ターゲット リソース。
- request
- HttpMessage
HTTP 要求メッセージ。
- response
- HttpMessage
HTTP 応答メッセージ。
適用対象
Azure SDK for .NET