你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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.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