Partilhar via


IAdminRequestApprovalsResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalsResourceTypeConverter))]
public interface IAdminRequestApprovalsResource : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalsResourceTypeConverter))>]
type IAdminRequestApprovalsResource = interface
    interface IJsonSerializable
    interface IResource
Public Interface IAdminRequestApprovalsResource
Implements IResource
Derived
Attributes
Implements

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.

(Inherited from IResource)
Name

The name of the resource.

(Inherited from IResource)
OfferId

Gets or sets offer Id

Plan

Gets list of plans with requesters details

PublisherId

Gets or sets publisher Id

SystemDataCreatedAt

The timestamp of resource creation (UTC)

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource

(Inherited from IResource)
Type

The type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to