IApproval 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.DevCenterdata.Models.Api20250401Preview.ApprovalTypeConverter))]
public interface IApproval : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ApprovalTypeConverter))>]
type IApproval = interface
interface IJsonSerializable
Public Interface IApproval
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
The timestamp the resource was created at. |
| CreatedBy |
The identity that created the resource. |
| CreatedByType |
The identity type that created the resource. |
| ResourceUri |
The resource that is pending approval. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |