DevCenterEnvironmentType 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 type.
public class DevCenterEnvironmentType : System.ClientModel.Primitives.IJsonModel<Azure.Developer.DevCenter.Models.DevCenterEnvironmentType>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.DevCenter.Models.DevCenterEnvironmentType>
type DevCenterEnvironmentType = class
interface IJsonModel<DevCenterEnvironmentType>
interface IPersistableModel<DevCenterEnvironmentType>
Public Class DevCenterEnvironmentType
Implements IJsonModel(Of DevCenterEnvironmentType), IPersistableModel(Of DevCenterEnvironmentType)
- Inheritance
-
DevCenterEnvironmentType
- Implements
Properties
DeploymentTargetId |
Id of a subscription or management group that the environment type will be mapped to. The environment's resources will be deployed into this subscription or management group. |
Name |
Name of the environment type. |
Status |
Indicates whether this environment type is enabled for use in this project. |
Explicit Interface Implementations
IJsonModel<DevCenterEnvironmentType>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DevCenterEnvironmentType>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DevCenterEnvironmentType>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DevCenterEnvironmentType>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DevCenterEnvironmentType>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET