PoolUpdate 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.
The pool properties for partial update. Properties not provided in the update request will not be changed.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.PoolUpdateTypeConverter))]
public class PoolUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPoolUpdate, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.PoolUpdateTypeConverter))>]
type PoolUpdate = class
interface IPoolUpdate
interface IJsonSerializable
interface ITrackedResourceUpdate
interface IValidates
Public Class PoolUpdate
Implements IPoolUpdate, IValidates
- Inheritance
-
PoolUpdate
- Attributes
- Implements
Constructors
PoolUpdate() |
Creates an new PoolUpdate 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. |
Location |
The geo-location where the resource lives |
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. |
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 PoolUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PoolUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IPoolUpdate. |
FromJsonString(String) |
Creates a new instance of PoolUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PoolUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |