Partager via


IExecutionTarget Interface

Definition

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

Properties

Name Description
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

Methods

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

Applies to