PendingFlowResponse

data class PendingFlowResponse(val connection: SelectedResourceResponse? = null, val connectionId: String, val customerManagedKeyVaultUri: String? = null, val dataType: String? = null, val destinationEndpointPorts: List<Double>? = null, val destinationEndpoints: List<String>? = null, val flowId: String, val flowType: String? = null, val id: String, val keyVaultUri: String? = null, val linkStatus: String, val linkedFlowId: String, val location: String, val messagingOptions: MessagingOptionsResponse? = null, val name: String, val passphrase: String? = null, val policies: List<String>? = null, val provisioningState: String, val schema: SchemaResponse? = null, val serviceBusQueueId: String? = null, val sourceAddresses: StreamSourceAddressesResponse? = null, val status: String? = null, val storageAccountId: String? = null, val storageAccountName: String? = null, val storageContainerName: String? = null, val streamId: String? = null, val streamLatency: Double? = null, val streamProtocol: String? = null, val subscriptionId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Pending flow object

Constructors

Link copied to clipboard
constructor(connection: SelectedResourceResponse? = null, connectionId: String, customerManagedKeyVaultUri: String? = null, dataType: String? = null, destinationEndpointPorts: List<Double>? = null, destinationEndpoints: List<String>? = null, flowId: String, flowType: String? = null, id: String, keyVaultUri: String? = null, linkStatus: String, linkedFlowId: String, location: String, messagingOptions: MessagingOptionsResponse? = null, name: String, passphrase: String? = null, policies: List<String>? = null, provisioningState: String, schema: SchemaResponse? = null, serviceBusQueueId: String? = null, sourceAddresses: StreamSourceAddressesResponse? = null, status: String? = null, storageAccountId: String? = null, storageAccountName: String? = null, storageContainerName: String? = null, streamId: String? = null, streamLatency: Double? = null, streamProtocol: String? = null, subscriptionId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection associated with this flow

Link copied to clipboard

Connection ID of the pending flow.

Link copied to clipboard

The URI to the customer managed key for this flow

Link copied to clipboard
val dataType: String? = null

Transfer Storage Blobs or Tables

Link copied to clipboard

The destination endpoint ports of the stream

Link copied to clipboard

The destination endpoints of the stream

Link copied to clipboard

Dataflow GUID associated with this flow

Link copied to clipboard
val flowType: String? = null

The flow type for this flow

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val keyVaultUri: String? = null

AME, PME, or TORUS only! AKV Chain Containing SAS Token

Link copied to clipboard

Resource ID of the linked flow

Link copied to clipboard

Link status of the current flow

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The messaging options for this flow

Link copied to clipboard

The name of the resource

Link copied to clipboard
val passphrase: String? = null

The passphrase used for SRT streams

Link copied to clipboard
val policies: List<String>? = null

The policies for this flow

Link copied to clipboard

Provisioning state of the flow

Link copied to clipboard
val schema: SchemaResponse? = null

The selected schema for this flow

Link copied to clipboard

Service Bus Queue ID

Link copied to clipboard

The source IP address and CIDR ranges of the stream

Link copied to clipboard
val status: String? = null

Status of the current flow

Link copied to clipboard

Storage Account ID

Link copied to clipboard

Storage Account

Link copied to clipboard

Storage Container Name

Link copied to clipboard
val streamId: String? = null

The flow stream identifier

Link copied to clipboard
val streamLatency: Double? = null

The latency of the stream in milliseconds

Link copied to clipboard
val streamProtocol: String? = null

The protocol of the stream

Link copied to clipboard

Subscription ID of the pending flow.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"