Share via


SoftwareAssuranceChangeRequestProperties Class

Definition

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

Constructors

Name Description
SoftwareAssuranceChangeRequestProperties()

Creates an new SoftwareAssuranceChangeRequestProperties instance.

Properties

Name Description
SoftwareAssuranceIntent

Customer Intent for Software Assurance Benefit.

Methods

Name Description
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.Api20240401.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