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

SoftwareAssuranceChangeRequest Class

Definition

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

Constructors

SoftwareAssuranceChangeRequest()

Creates an new SoftwareAssuranceChangeRequest instance.

Properties

SoftwareAssuranceIntent

Customer Intent for Software Assurance Benefit.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SoftwareAssuranceChangeRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SoftwareAssuranceChangeRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ISoftwareAssuranceChangeRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SoftwareAssuranceChangeRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to