LroResponseProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LroResponsePropertiesTypeConverter))]
public class LroResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILroResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LroResponsePropertiesTypeConverter))>]
type LroResponseProperties = class
    interface ILroResponseProperties
    interface IJsonSerializable
Public Class LroResponseProperties
Implements ILroResponseProperties
Inheritance
LroResponseProperties
Attributes
Implements

Constructors

Name Description
LroResponseProperties()

Creates an new LroResponseProperties instance.

Properties

Name Description
ProvisioningState

Request status.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LroResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LroResponseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILroResponseProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LroResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to