PoolUpdateProperties Class

Definition

Properties of a Pool. These properties can be updated after the resource has been created.

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

Constructors

PoolUpdateProperties()

Creates an new PoolUpdateProperties instance.

Properties

DevBoxDefinitionName

Name of a Dev Box definition in parent Project of this Pool

DisplayName

The display name of the pool.

LicenseType

Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.

LocalAdministrator

Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.

ManagedVirtualNetworkRegion

The regions of the managed virtual network (required when managedNetworkType is Managed).

NetworkConnectionName

Name of a Network Connection in parent Project of this Pool

SingleSignOnStatus

Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.

StopOnDisconnectGracePeriodMinute

The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.

StopOnDisconnectStatus

Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.

VirtualNetworkType

Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PoolUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PoolUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PoolUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to