ExecutionPlacement Class

Definition

Constraints for guiding the execution environment of the pipeline group.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ExecutionPlacementTypeConverter))]
public class ExecutionPlacement : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IExecutionPlacement
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ExecutionPlacementTypeConverter))>]
type ExecutionPlacement = class
    interface IExecutionPlacement
    interface IJsonSerializable
Public Class ExecutionPlacement
Implements IExecutionPlacement
Inheritance
ExecutionPlacement
Attributes
Implements

Constructors

Name Description
ExecutionPlacement()

Creates an new ExecutionPlacement instance.

Properties

Name Description
Constraint

A list of placement constraints to guide where pipelineGroup instances should run.

DistributionMaxInstancesPerHost

Maximum number of instances allowed per compute unit (node/VM). If not specified, default scheduling applies.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExecutionPlacement.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExecutionPlacement.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IExecutionPlacement.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExecutionPlacement into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to