Freigeben über


Approval Class

Definition

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)

Deserializes a PSObject into an instance of Approval.

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)

Serializes this instance of Approval into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to