你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AllowedEnvironmentTypeProperties Class

Definition

Properties of an allowed environment type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.AllowedEnvironmentTypePropertiesTypeConverter))]
public class AllowedEnvironmentTypeProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAllowedEnvironmentTypeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.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.Api20240501Preview.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