Partilhar via


IRequestApprovalResource Interface

Definition

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

Properties

Id

The resource ID.

(Inherited from IResource)
IsClosed

Gets a value indicating whether the request is closed

MessageCode

Gets or sets the request approval message code

Name

The name of the resource.

(Inherited from IResource)
OfferDisplayName

Gets offer display name

OfferId

Gets or sets unique offer id.

PlansDetail

Gets or sets the plans details

PublisherId

The offer's 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