共用方式為


DevTestLabArmTemplateInfo Class

Definition

Information about a generated ARM template.

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

Properties

Parameters

The parameters of the ARM template.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Template

The template's contents.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabArmTemplateInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabArmTemplateInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabArmTemplateInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabArmTemplateInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabArmTemplateInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to