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,22 +16,22 @@ tags: ['SDK', 'Software Development Kit', 'DraftResponse', 'V2024DraftResponse']
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** [ "CREATE_DRAFT" ] | Type of the job, will always be CREATE_DRAFT for this type of job. | [optional]
**Message** | Pointer to **String** | Message providing information about the outcome of the draft process. | [optional]
**RequesterName** | Pointer to **String** | The name of user that that initiated the draft process. | [optional]
**FileExists** | Pointer to **Boolean** | Whether or not a file was generated for this draft. | [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]
**Name** | Pointer to **String** | Name of the draft. | [optional]
**SourceTenant** | Pointer to **String** | Tenant owner of the backup from which the draft was generated. | [optional]
**SourceBackupId** | Pointer to **String** | Id of the backup from which the draft was generated. | [optional]
**SourceBackupName** | Pointer to **String** | Name of the backup from which the draft was generated. | [optional]
**Mode** | Pointer to **Enum** [ "RESTORE", "PROMOTE", "UPLOAD" ] | Denotes the origin of the source backup from which the draft was generated. - RESTORE - Same tenant. - PROMOTE - Different tenant. - UPLOAD - Uploaded configuration. | [optional]
**ApprovalStatus** | Pointer to **Enum** [ "DEFAULT", "PENDING_APPROVAL", "APPROVED", "DENIED" ] | Approval status of the draft used to determine whether or not the draft can be deployed. | [optional]
**ApprovalComment** | Pointer to [**[]ApprovalComment**](approval-comment) | List of comments that have been exchanged between an approval requester and an approver. | [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** [ "CREATE_DRAFT" ] | Type of the job, will always be CREATE_DRAFT for this type of job. | [optional]
**Message** | **String** | Message providing information about the outcome of the draft process. | [optional]
**RequesterName** | **String** | The name of user that that initiated the draft process. | [optional]
**FileExists** | **Boolean** | Whether or not a file was generated for this draft. | [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]
**Name** | **String** | Name of the draft. | [optional]
**SourceTenant** | **String** | Tenant owner of the backup from which the draft was generated. | [optional]
**SourceBackupId** | **String** | Id of the backup from which the draft was generated. | [optional]
**SourceBackupName** | **String** | Name of the backup from which the draft was generated. | [optional]
**Mode** | **Enum** [ "RESTORE", "PROMOTE", "UPLOAD" ] | Denotes the origin of the source backup from which the draft was generated. - RESTORE - Same tenant. - PROMOTE - Different tenant. - UPLOAD - Uploaded configuration. | [optional]
**ApprovalStatus** | **Enum** [ "DEFAULT", "PENDING_APPROVAL", "APPROVED", "DENIED" ] | Approval status of the draft used to determine whether or not the draft can be deployed. | [optional]
**ApprovalComment** | [**[]ApprovalComment**](approval-comment) | List of comments that have been exchanged between an approval requester and an approver. | [optional]
## Examples