IPlacementConstraint Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PlacementConstraintTypeConverter))]
public interface IPlacementConstraint : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PlacementConstraintTypeConverter))>]
type IPlacementConstraint = interface
    interface IJsonSerializable
Public Interface IPlacementConstraint
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Capability

The capability or attribute key used to match compute unit properties.

Operator

The match operator, e.g., In, NotIn, Exists, DoesNotExist.

Value

The values to match against. Not required for Exists/DoesNotExist.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to