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.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
| Name | Description |
|---|---|
| SoftwareAssuranceChangeRequest() |
Creates an new SoftwareAssuranceChangeRequest instance. |
Properties
| Name | Description |
|---|---|
| SoftwareAssuranceIntent |
Customer Intent for Software Assurance Benefit. |
Methods
| Name | Description |
|---|---|
| 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. |