ChangeDirectoryResponse 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.
Change directory response
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ChangeDirectoryResponseTypeConverter))]
public class ChangeDirectoryResponse : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IChangeDirectoryResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ChangeDirectoryResponseTypeConverter))>]
type ChangeDirectoryResponse = class
interface IChangeDirectoryResponse
interface IJsonSerializable
Public Class ChangeDirectoryResponse
Implements IChangeDirectoryResponse
- Inheritance
-
ChangeDirectoryResponse
- Attributes
- Implements
Constructors
ChangeDirectoryResponse() |
Creates an new ChangeDirectoryResponse instance. |
Properties
Reservation | |
ReservationOrderError |
Error reason if operation failed. Null otherwise |
ReservationOrderId |
Identifier of the reservation order or reservation |
ReservationOrderIsSucceeded |
True if change directory operation succeeded on this reservation order or reservation |
ReservationOrderName |
Name of the reservation order or reservation |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ChangeDirectoryResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ChangeDirectoryResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IChangeDirectoryResponse. |
FromJsonString(String) |
Creates a new instance of ChangeDirectoryResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ChangeDirectoryResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |