AllowedEnvironmentTypeProperties Class

Definition

Properties of an allowed environment type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.AllowedEnvironmentTypePropertiesTypeConverter))]
public class AllowedEnvironmentTypeProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IAllowedEnvironmentTypeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.AllowedEnvironmentTypePropertiesTypeConverter))>]
type AllowedEnvironmentTypeProperties = class
    interface IAllowedEnvironmentTypeProperties
    interface IJsonSerializable
Public Class AllowedEnvironmentTypeProperties
Implements IAllowedEnvironmentTypeProperties
Inheritance
AllowedEnvironmentTypeProperties
Attributes
Implements

Constructors

AllowedEnvironmentTypeProperties()

Creates an new AllowedEnvironmentTypeProperties instance.

Properties

DisplayName

The display name of the allowed environment type.

ProvisioningState

The provisioning state of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AllowedEnvironmentTypeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AllowedEnvironmentTypeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IAllowedEnvironmentTypeProperties.

FromJsonString(String)

Creates a new instance of AllowedEnvironmentTypeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AllowedEnvironmentTypeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to