Partilhar via


SoftwareAssuranceChangeRequestProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.SoftwareAssuranceChangeRequestPropertiesTypeConverter))]
public class SoftwareAssuranceChangeRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ISoftwareAssuranceChangeRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.SoftwareAssuranceChangeRequestPropertiesTypeConverter))>]
type SoftwareAssuranceChangeRequestProperties = class
    interface ISoftwareAssuranceChangeRequestProperties
    interface IJsonSerializable
Public Class SoftwareAssuranceChangeRequestProperties
Implements ISoftwareAssuranceChangeRequestProperties
Inheritance
SoftwareAssuranceChangeRequestProperties
Attributes
Implements

Constructors

SoftwareAssuranceChangeRequestProperties()

Creates an new SoftwareAssuranceChangeRequestProperties instance.

Properties

SoftwareAssuranceIntent

Customer Intent for Software Assurance Benefit.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SoftwareAssuranceChangeRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SoftwareAssuranceChangeRequestProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ISoftwareAssuranceChangeRequestProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SoftwareAssuranceChangeRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to