DataTransferIdentity Class

Definition

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

Constructors

Name Description
DataTransferIdentity()

Creates an new DataTransferIdentity instance.

Properties

Name Description
ConnectionName

The name for the connection to perform the operation on.

FlowName

The name for the flow to perform the operation on.

Id

Resource identity path

PipelineName

The name for the pipeline to perform the operation on.

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataTransferIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataTransferIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataTransferIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to