PipelineProperties Class

Definition

Properties of pipeline

[System.ComponentModel.TypeConverter(typeof(ADT.Models.PipelinePropertiesTypeConverter))]
public class PipelineProperties : ADT.Models.IPipelineProperties
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.PipelinePropertiesTypeConverter))>]
type PipelineProperties = class
    interface IPipelineProperties
    interface IJsonSerializable
Public Class PipelineProperties
Implements IPipelineProperties
Inheritance
PipelineProperties
Attributes
Implements

Constructors

Name Description
PipelineProperties()

Creates an new PipelineProperties instance.

Properties

Name Description
Connection

Connections associated with pipeline

DisabledFlowType

The flow types that are disabled for this pipeline

DisplayName

Display name of this pipeline

FlowType

The flow types allowed for this pipeline

Policy

The policies for this pipeline

ProvisioningState

Provisioning state of the pipeline

QuarantineDownloadStorageAccount

Quarantine Download Storage Account

QuarantineDownloadStorageContainer

Quarantine Download Storage Container

RemoteCloud

Remote cloud of the data to be transferred or received

Status

Status of the current pipeline

Subscriber

Subscribers of this resource

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PipelineProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PipelineProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of ADT.Models.IPipelineProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PipelineProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to