EnvironmentTypeProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.EnvironmentTypePropertiesTypeConverter))]
public class EnvironmentTypeProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEnvironmentTypeProperties, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.EnvironmentTypePropertiesTypeConverter))>]
type EnvironmentTypeProperties = class
interface IEnvironmentTypeProperties
interface IJsonSerializable
interface IEnvironmentTypeUpdateProperties
interface IValidates
Public Class EnvironmentTypeProperties
Implements IEnvironmentTypeProperties, IValidates
- Inheritance
-
EnvironmentTypeProperties
- Attributes
- Implements
Constructors
EnvironmentTypeProperties() |
Creates an new EnvironmentTypeProperties instance. |
Properties
DisplayName |
The display name of the environment type. |
ProvisioningState |
The provisioning state of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentTypeProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentTypeProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEnvironmentTypeProperties. |
FromJsonString(String) |
Creates a new instance of EnvironmentTypeProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentTypeProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |