Freigeben über


AllowedEnvironmentTypeProperties Class

Definition

Properties of an allowed environment type.

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

Constructors

Name Description
AllowedEnvironmentTypeProperties()

Creates an new AllowedEnvironmentTypeProperties instance.

Properties

Name Description
DisplayName

The display name of the allowed environment type.

ProvisioningState

The provisioning state of the resource.

Methods

Name Description
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.Api20250401Preview.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