ChaosTargetSimpleFilter Class

Definition

Model that represents a simple target filter.

public class ChaosTargetSimpleFilter : Azure.ResourceManager.Chaos.Models.ChaosTargetFilter, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Chaos.Models.ChaosTargetSimpleFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Chaos.Models.ChaosTargetSimpleFilter>
type ChaosTargetSimpleFilter = class
    inherit ChaosTargetFilter
    interface IJsonModel<ChaosTargetSimpleFilter>
    interface IPersistableModel<ChaosTargetSimpleFilter>
Public Class ChaosTargetSimpleFilter
Inherits ChaosTargetFilter
Implements IJsonModel(Of ChaosTargetSimpleFilter), IPersistableModel(Of ChaosTargetSimpleFilter)
Inheritance
ChaosTargetSimpleFilter
Implements

Constructors

ChaosTargetSimpleFilter()

Initializes a new instance of ChaosTargetSimpleFilter.

Properties

ParametersZones

List of Azure availability zones to filter targets by.

Explicit Interface Implementations

IJsonModel<ChaosTargetFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ChaosTargetFilter)
IJsonModel<ChaosTargetFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ChaosTargetFilter)
IJsonModel<ChaosTargetSimpleFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ChaosTargetSimpleFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ChaosTargetFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ChaosTargetFilter)
IPersistableModel<ChaosTargetFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ChaosTargetFilter)
IPersistableModel<ChaosTargetFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ChaosTargetFilter)
IPersistableModel<ChaosTargetSimpleFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChaosTargetSimpleFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ChaosTargetSimpleFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to