Partilhar via


UserRequestDetails Class

Definition

user request details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.UserRequestDetailsTypeConverter))]
public class UserRequestDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IUserRequestDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.UserRequestDetailsTypeConverter))>]
type UserRequestDetails = class
    interface IUserRequestDetails
    interface IJsonSerializable
Public Class UserRequestDetails
Implements IUserRequestDetails
Inheritance
UserRequestDetails
Attributes
Implements

Constructors

UserRequestDetails()

Creates an new UserRequestDetails instance.

Properties

Date

Gets request date

Justification

Gets justification

SubscriptionId

Gets the subscription id that the user is requesting to add the plan to

SubscriptionName

Gets the subscription name that the user is requesting to add the plan to

User

Gets user id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserRequestDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserRequestDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserRequestDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to