DevOpsConfigurationProperties interface
DevOps Configuration properties.
Properties
authorization | Authorization payload. |
auto |
AutoDiscovery states. |
provisioning |
The provisioning state of the resource. Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure. |
provisioning |
Gets or sets resource status message. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Gets or sets time when resource was last checked. NOTE: This property will not be serialized. It can only be populated by the server. |
top |
List of top-level inventory to select when AutoDiscovery is disabled. This field is ignored when AutoDiscovery is enabled. |
Property Details
authorization
autoDiscovery
AutoDiscovery states.
autoDiscovery?: string
Property Value
string
provisioningState
The provisioning state of the resource.
Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.
provisioningState?: string
Property Value
string
provisioningStatusMessage
Gets or sets resource status message. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningStatusMessage?: string
Property Value
string
provisioningStatusUpdateTimeUtc
Gets or sets time when resource was last checked. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningStatusUpdateTimeUtc?: Date
Property Value
Date
topLevelInventoryList
List of top-level inventory to select when AutoDiscovery is disabled. This field is ignored when AutoDiscovery is enabled.
topLevelInventoryList?: string[]
Property Value
string[]
Azure SDK for JavaScript