WhatIfOperationResult 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.
Result of the What-If operation. Contains a list of predicted changes and a URL link to get to the next set of results.
public class WhatIfOperationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.WhatIfOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.WhatIfOperationResult>
public class WhatIfOperationResult
type WhatIfOperationResult = class
interface IJsonModel<WhatIfOperationResult>
interface IPersistableModel<WhatIfOperationResult>
type WhatIfOperationResult = class
Public Class WhatIfOperationResult
Implements IJsonModel(Of WhatIfOperationResult), IPersistableModel(Of WhatIfOperationResult)
Public Class WhatIfOperationResult
- Inheritance
-
WhatIfOperationResult
- Implements
Properties
Changes |
List of resource changes predicted by What-If operation. |
Error |
Error when What-If operation fails. |
Status |
Status of the What-If operation. |
Explicit Interface Implementations
IJsonModel<WhatIfOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WhatIfOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WhatIfOperationResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WhatIfOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WhatIfOperationResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET