Approval Class
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.
A pending approval.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ApprovalTypeConverter))]
public class Approval : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IApproval
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.ApprovalTypeConverter))>]
type Approval = class
interface IApproval
interface IJsonSerializable
Public Class Approval
Implements IApproval
- Inheritance
-
Approval
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Approval() |
Creates an new Approval instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Approval. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IApproval. |
| FromJsonString(String) |
Creates a new instance of Approval, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |