Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,18 +16,18 @@ tags: ['SDK', 'Software Development Kit', 'DeployResponse', 'V2024DeployResponse
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**JobId** | Pointer to **String** | Unique id assigned to this job. | [optional]
**Status** | Pointer to **Enum** [ "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "CANCELLED", "FAILED" ] | Status of the job. | [optional]
**Type** | Pointer to **Enum** [ "CONFIG_DEPLOY_DRAFT" ] | Type of the job, will always be CONFIG_DEPLOY_DRAFT for this type of job. | [optional]
**Message** | Pointer to **String** | Message providing information about the outcome of the deploy process. | [optional]
**RequesterName** | Pointer to **String** | The name of the user that initiated the deploy process. | [optional]
**FileExists** | Pointer to **Boolean** | Whether or not a results file was created and stored for this deploy. | [optional] [default to $true]
**Created** | Pointer to **System.DateTime** | The time the job was started. | [optional]
**Modified** | Pointer to **System.DateTime** | The time of the last update to the job. | [optional]
**Completed** | Pointer to **System.DateTime** | The time the job was completed. | [optional]
**DraftId** | Pointer to **String** | The id of the draft that was used for this deploy. | [optional]
**DraftName** | Pointer to **String** | The name of the draft that was used for this deploy. | [optional]
**CloudStorageStatus** | Pointer to **Enum** [ "SYNCED", "NOT_SYNCED", "SYNC_FAILED" ] | Whether this deploy results file has been transferred to a customer storage location. | [optional]
**JobId** | **String** | Unique id assigned to this job. | [optional]
**Status** | **Enum** [ "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "CANCELLED", "FAILED" ] | Status of the job. | [optional]
**Type** | **Enum** [ "CONFIG_DEPLOY_DRAFT" ] | Type of the job, will always be CONFIG_DEPLOY_DRAFT for this type of job. | [optional]
**Message** | **String** | Message providing information about the outcome of the deploy process. | [optional]
**RequesterName** | **String** | The name of the user that initiated the deploy process. | [optional]
**FileExists** | **Boolean** | Whether or not a results file was created and stored for this deploy. | [optional] [default to $true]
**Created** | **System.DateTime** | The time the job was started. | [optional]
**Modified** | **System.DateTime** | The time of the last update to the job. | [optional]
**Completed** | **System.DateTime** | The time the job was completed. | [optional]
**DraftId** | **String** | The id of the draft that was used for this deploy. | [optional]
**DraftName** | **String** | The name of the draft that was used for this deploy. | [optional]
**CloudStorageStatus** | **Enum** [ "SYNCED", "NOT_SYNCED", "SYNC_FAILED" ] | Whether this deploy results file has been transferred to a customer storage location. | [optional]
## Examples