PendingFlow Class
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.
Pending flow object
[System.ComponentModel.TypeConverter(typeof(ADT.Models.PendingFlowTypeConverter))]
public class PendingFlow : ADT.Models.IPendingFlow
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.PendingFlowTypeConverter))>]
type PendingFlow = class
interface IPendingFlow
interface IJsonSerializable
Public Class PendingFlow
Implements IPendingFlow
- Inheritance
-
PendingFlow
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PendingFlow() |
Creates an new PendingFlow instance. |
Properties
| Name | Description |
|---|---|
| ApiFlowOptionApiMode |
Remote Calling Mode in the Azure Data Transfer API Flow, which describes how the API Flow will be invoked |
| ApiFlowOptionAudienceOverride |
Optional field to override the audience of the remote endpoint |
| ApiFlowOptionCname |
Unique CNAME to represent the Azure Data Transfer API Flow instance |
| ApiFlowOptionIdentityTranslation |
Flag for if Azure Data Transfer API Flow should extract the user token |
| ApiFlowOptionRemoteCallingModeClientId |
Remote stub app registration Client ID |
| ApiFlowOptionRemoteEndpoint |
Remote host to which communication needs to be made |
| ApiFlowOptionSenderClientId |
Sender's app user assigned Manage Identity client ID |
| ConnectionId |
Connection ID of the pending flow. |
| ConnectionLocation |
Location of the connection |
| ConnectionName |
Name of the connection |
| ConnectionSubscriptionName |
Name of the subscription with the connection |
| ConsumerGroup |
Event Hub Consumer Group |
| CustomerManagedKeyVaultUri |
The URI to the customer managed key for this flow |
| DataType |
Type of data to transfer via the flow. |
| DestinationEndpoint |
The destination endpoints of the stream |
| DestinationEndpointPort |
The destination endpoint ports of the stream |
| EventHubId |
Event Hub ID |
| FlowId |
Dataflow GUID associated with this flow |
| FlowType |
The flow type for this flow |
| ForceDisabledStatus |
Force disablement status of the current flow |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| KeyVaultUri |
URI to a Key Vault Secret containing a SAS token. |
| LinkedFlowId |
Resource ID of the linked flow |
| LinkStatus |
Link status of the current flow |
| Location |
The geo-location where the resource lives |
| MessagingOptionBillingTier |
Billing tier for this messaging flow |
| Name |
The name of the resource |
| Passphrase |
The passphrase used for SRT streams |
| Policy |
The policies for this flow |
| ProvisioningState |
Provisioning state of the flow |
| SchemaConnectionId |
Connection ID associated with this schema |
| SchemaContent |
Content of the schema |
| SchemaDirection |
The direction of the schema. |
| SchemaId |
ID associated with this schema |
| SchemaName |
Name of the schema |
| SchemaStatus |
Status of the schema |
| SchemaType |
The Schema Type |
| SchemaUri |
Uri containing SAS token for the zipped schema |
| SelectedResourceId |
Id of the connection |
| ServiceBusQueueId |
Service Bus Queue ID |
| SourceAddressSourceAddresses |
A source IP address or CIDR range |
| Status |
Status of the current flow |
| StorageAccountId |
Storage Account ID |
| StorageAccountName |
Storage Account |
| StorageContainerName |
Storage Container Name |
| StorageTableName |
Storage Table Name |
| StreamId |
The flow stream identifier |
| StreamLatency |
The latency of the stream in milliseconds |
| StreamProtocol |
The protocol of the stream |
| SubscriptionId |
Subscription ID of the pending flow. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Tag |
Resource tags. |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PendingFlow. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PendingFlow. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.IPendingFlow. |
| FromJsonString(String) |
Creates a new instance of PendingFlow, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PendingFlow into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |