AllowedEnvironmentTypeProperties 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 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. |