IDevOpsConfigurationProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DevOpsConfigurationPropertiesTypeConverter))]
public interface IDevOpsConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DevOpsConfigurationPropertiesTypeConverter))>]
type IDevOpsConfigurationProperties = interface
interface IJsonSerializable
Public Interface IDevOpsConfigurationProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AuthorizationCode |
Gets or sets one-time OAuth code to exchange for refresh and access tokens. Only used during PUT/PATCH operations. The secret is cleared during GET. |
AutoDiscovery |
AutoDiscovery states. |
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. |
ProvisioningStatusMessage |
Gets or sets resource status message. |
ProvisioningStatusUpdateTimeUtc |
Gets or sets time when resource was last checked. |
TopLevelInventoryList |
List of top-level inventory to select when AutoDiscovery is disabled. This field is ignored when AutoDiscovery is enabled. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |