次の方法で共有


ExecutionTarget Class

Definition

Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task.

public class ExecutionTarget : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.ExecutionTarget>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.ExecutionTarget>
type ExecutionTarget = class
    interface IJsonModel<ExecutionTarget>
    interface IPersistableModel<ExecutionTarget>
Public Class ExecutionTarget
Implements IJsonModel(Of ExecutionTarget), IPersistableModel(Of ExecutionTarget)
Inheritance
ExecutionTarget
Implements

Constructors

ExecutionTarget()

Initializes a new instance of ExecutionTarget.

Properties

ExcludePrefix

List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor.

Prefix

Required list of object prefixes to be included for task execution.

Explicit Interface Implementations

IJsonModel<ExecutionTarget>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExecutionTarget>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExecutionTarget>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExecutionTarget>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExecutionTarget>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to