Partilhar via


AdminRequestApprovalsResource Class

Definition

Admin request approval resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalsResourceTypeConverter))]
public class AdminRequestApprovalsResource : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAdminRequestApprovalsResource, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalsResourceTypeConverter))>]
type AdminRequestApprovalsResource = class
    interface IAdminRequestApprovalsResource
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class AdminRequestApprovalsResource
Implements IAdminRequestApprovalsResource, IValidates
Inheritance
AdminRequestApprovalsResource
Attributes
Implements

Constructors

AdminRequestApprovalsResource()

Creates an new AdminRequestApprovalsResource instance.

Properties

AdminAction

Gets or sets admin action

Administrator

Gets or sets admin details

ApprovedPlan

Gets or sets Approved plans ids, empty in case of rejected

CollectionId

Gets or sets list of associated collection ids

Comment

Gets or sets admin comment

DisplayName

Gets display name

Icon

The offer icon url.

Id

The resource ID.

Name

The name of the resource.

OfferId

Gets or sets offer Id

Plan

Gets list of plans with requesters details

PublisherId

Gets or sets publisher Id

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC)

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdminRequestApprovalsResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdminRequestApprovalsResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAdminRequestApprovalsResource.

FromJsonString(String)

Creates a new instance of AdminRequestApprovalsResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdminRequestApprovalsResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to