IPipelineProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(ADT.Models.PipelinePropertiesTypeConverter))]
public interface IPipelineProperties : ADT.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.PipelinePropertiesTypeConverter))>]
type IPipelineProperties = interface
interface IJsonSerializable
Public Interface IPipelineProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |