Freigeben über


PoolAlignBody Class

Definition

Indicates which pool properties to align on.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PoolAlignBodyTypeConverter))]
public class PoolAlignBody : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PoolAlignBodyTypeConverter))>]
type PoolAlignBody = class
    interface IPoolAlignBody
    interface IJsonSerializable
Public Class PoolAlignBody
Implements IPoolAlignBody
Inheritance
PoolAlignBody
Attributes
Implements

Constructors

Name Description
PoolAlignBody()

Creates an new PoolAlignBody instance.

Properties

Name Description
Target

The targets to align on.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PoolAlignBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PoolAlignBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolAlignBody.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PoolAlignBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to