ChangeDirectoryResult 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 result for reservation order or reservation.
public class ChangeDirectoryResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Reservations.Models.ChangeDirectoryResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Reservations.Models.ChangeDirectoryResult>
public class ChangeDirectoryResult
type ChangeDirectoryResult = class
interface IJsonModel<ChangeDirectoryResult>
interface IPersistableModel<ChangeDirectoryResult>
type ChangeDirectoryResult = class
Public Class ChangeDirectoryResult
Implements IJsonModel(Of ChangeDirectoryResult), IPersistableModel(Of ChangeDirectoryResult)
Public Class ChangeDirectoryResult
- Inheritance
-
ChangeDirectoryResult
- Implements
Properties
Error |
Error reason if operation failed. Null otherwise. |
Id |
Identifier of the reservation order or reservation. |
IsSucceeded |
True if change directory operation succeeded on this reservation order or reservation. |
Name |
Name of the reservation order or reservation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ChangeDirectoryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ChangeDirectoryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ChangeDirectoryResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ChangeDirectoryResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ChangeDirectoryResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET