IPoolUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.PoolUpdateTypeConverter))]
public interface IPoolUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ITrackedResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.PoolUpdateTypeConverter))>]
type IPoolUpdate = interface
    interface IJsonSerializable
    interface ITrackedResourceUpdate
Public Interface IPoolUpdate
Implements ITrackedResourceUpdate
Derived
Attributes
Implements

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.

Location

The geo-location where the resource lives

(Inherited from ITrackedResourceUpdate)
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.

Tag

Resource tags.

(Inherited from ITrackedResourceUpdate)
VirtualNetworkType

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to