DevTestLabEnvironmentDeployment 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.
Properties of an environment deployment.
public class DevTestLabEnvironmentDeployment : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentDeployment>
public class DevTestLabEnvironmentDeployment
type DevTestLabEnvironmentDeployment = class
interface IJsonModel<DevTestLabEnvironmentDeployment>
interface IPersistableModel<DevTestLabEnvironmentDeployment>
type DevTestLabEnvironmentDeployment = class
Public Class DevTestLabEnvironmentDeployment
Implements IJsonModel(Of DevTestLabEnvironmentDeployment), IPersistableModel(Of DevTestLabEnvironmentDeployment)
Public Class DevTestLabEnvironmentDeployment
- Inheritance
-
DevTestLabEnvironmentDeployment
- Implements
Constructors
DevTestLabEnvironmentDeployment() |
Initializes a new instance of DevTestLabEnvironmentDeployment. |
Properties
ArmTemplateId |
The Azure Resource Manager template's identifier. |
Parameters |
The parameters of the Azure Resource Manager template. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DevTestLabEnvironmentDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DevTestLabEnvironmentDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DevTestLabEnvironmentDeployment>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DevTestLabEnvironmentDeployment>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DevTestLabEnvironmentDeployment>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET