Module.ProvisioningState プロパティ

定義

モジュールのプロビジョニング状態を取得または設定します。 指定できる値は、'Created'、'Creating'、'StartingImportModuleRunbook'、'RunningImportModuleRunbook'、'ContentRetrieved'、'ContentDownloaded'、'ContentValidated'、'ConnectionTypeImported'、'ContentStored'、'ModuleDataStored'、'ActivitiesStored'、'ModuleImportRunbookComplete'、'Succeeded'、'Failed'、'Cancelled'、'Updating' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.Automation.Models.ModuleProvisioningState? ProvisioningState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.Automation.Models.ModuleProvisioningState> with get, set
Public Property ProvisioningState As Nullable(Of ModuleProvisioningState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象