SoftwareAssuranceChangeRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.SoftwareAssuranceChangeRequestTypeConverter))]
public class SoftwareAssuranceChangeRequest : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ISoftwareAssuranceChangeRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.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.Api20230301.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. |