Share via


ArmDeploymentWhatIfContent Class

Definition

Deployment What-if operation parameters.

public class ArmDeploymentWhatIfContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent>
public class ArmDeploymentWhatIfContent
type ArmDeploymentWhatIfContent = class
    interface IJsonModel<ArmDeploymentWhatIfContent>
    interface IPersistableModel<ArmDeploymentWhatIfContent>
type ArmDeploymentWhatIfContent = class
Public Class ArmDeploymentWhatIfContent
Implements IJsonModel(Of ArmDeploymentWhatIfContent), IPersistableModel(Of ArmDeploymentWhatIfContent)
Public Class ArmDeploymentWhatIfContent
Inheritance
ArmDeploymentWhatIfContent
Implements

Constructors

Name Description
ArmDeploymentWhatIfContent(ArmDeploymentWhatIfProperties)

Initializes a new instance of ArmDeploymentWhatIfContent.

Properties

Name Description
Location

The location to store the deployment data, only required at the tenant and management group scope.

Properties

The deployment properties.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ArmDeploymentWhatIfContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArmDeploymentWhatIfContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmDeploymentWhatIfContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmDeploymentWhatIfContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArmDeploymentWhatIfContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to