다음을 통해 공유


BulkDeployTargetDetails Class

Definition

Bulk deploy target details.

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

Constructors

BulkDeployTargetDetails(ResourceIdentifier)

Initializes a new instance of BulkDeployTargetDetails.

Properties

SolutionVersionId

ArmId of Target Solution Version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BulkDeployTargetDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BulkDeployTargetDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BulkDeployTargetDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BulkDeployTargetDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BulkDeployTargetDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to