This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.azuredatatransfer.getPipeline
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets pipeline resource. Azure REST API version: 2023-10-11-preview.
Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27.
Using getPipeline
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPipeline(args: GetPipelineArgs, opts?: InvokeOptions): Promise<GetPipelineResult>
function getPipelineOutput(args: GetPipelineOutputArgs, opts?: InvokeOptions): Output<GetPipelineResult>def get_pipeline(pipeline_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetPipelineResult
def get_pipeline_output(pipeline_name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetPipelineResult]func LookupPipeline(ctx *Context, args *LookupPipelineArgs, opts ...InvokeOption) (*LookupPipelineResult, error)
func LookupPipelineOutput(ctx *Context, args *LookupPipelineOutputArgs, opts ...InvokeOption) LookupPipelineResultOutput> Note: This function is named LookupPipeline in the Go SDK.
public static class GetPipeline 
{
    public static Task<GetPipelineResult> InvokeAsync(GetPipelineArgs args, InvokeOptions? opts = null)
    public static Output<GetPipelineResult> Invoke(GetPipelineInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
public static Output<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:azuredatatransfer:getPipeline
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PipelineName string
- The name for the pipeline that is to be requested.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- PipelineName string
- The name for the pipeline that is to be requested.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- pipelineName String
- The name for the pipeline that is to be requested.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- pipelineName string
- The name for the pipeline that is to be requested.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- pipeline_name str
- The name for the pipeline that is to be requested.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- pipelineName String
- The name for the pipeline that is to be requested.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getPipeline Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Pulumi.Azure Native. Azure Data Transfer. Outputs. Pipeline Properties Response 
- Properties of pipeline
- SystemData Pulumi.Azure Native. Azure Data Transfer. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
- Resource tags.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
PipelineProperties Response 
- Properties of pipeline
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
- Resource tags.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties
PipelineProperties Response 
- Properties of pipeline
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
- Resource tags.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- properties
PipelineProperties Response 
- Properties of pipeline
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
- Resource tags.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- properties
PipelineProperties Response 
- Properties of pipeline
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
- Resource tags.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties Property Map
- Properties of pipeline
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
- Resource tags.
Supporting Types
InternalMetadataPropertiesResponse   
- StatusSet stringBy 
- User that last set the approved status for this connection
- OperationStatus Pulumi.Azure Native. Azure Data Transfer. Inputs. Operation Status Properties Response 
- Operation status associated with the last patch request
- StatusSet stringBy 
- User that last set the approved status for this connection
- OperationStatus OperationStatus Properties Response 
- Operation status associated with the last patch request
- statusSet StringBy 
- User that last set the approved status for this connection
- operationStatus OperationStatus Properties Response 
- Operation status associated with the last patch request
- statusSet stringBy 
- User that last set the approved status for this connection
- operationStatus OperationStatus Properties Response 
- Operation status associated with the last patch request
- status_set_ strby 
- User that last set the approved status for this connection
- operation_status OperationStatus Properties Response 
- Operation status associated with the last patch request
- statusSet StringBy 
- User that last set the approved status for this connection
- operationStatus Property Map
- Operation status associated with the last patch request
OperationStatusPropertiesResponse   
PipelineConnectionResponse  
- Etag string
- Connection etag inside pipeline
- Id string
- Connection id inside pipeline
- Location string
- Connection location inside pipeline
- Name string
- Connection name inside pipeline
- SystemData Pulumi.Azure Native. Azure Data Transfer. Inputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Connection type inside pipeline
- Properties
Pulumi.Azure Native. Azure Data Transfer. Inputs. Pipeline Connection Response Properties 
- Connection properties inside pipeline
- Etag string
- Connection etag inside pipeline
- Id string
- Connection id inside pipeline
- Location string
- Connection location inside pipeline
- Name string
- Connection name inside pipeline
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Connection type inside pipeline
- Properties
PipelineConnection Response Properties 
- Connection properties inside pipeline
- etag String
- Connection etag inside pipeline
- id String
- Connection id inside pipeline
- location String
- Connection location inside pipeline
- name String
- Connection name inside pipeline
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- Connection type inside pipeline
- properties
PipelineConnection Response Properties 
- Connection properties inside pipeline
- etag string
- Connection etag inside pipeline
- id string
- Connection id inside pipeline
- location string
- Connection location inside pipeline
- name string
- Connection name inside pipeline
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- Connection type inside pipeline
- properties
PipelineConnection Response Properties 
- Connection properties inside pipeline
- etag str
- Connection etag inside pipeline
- id str
- Connection id inside pipeline
- location str
- Connection location inside pipeline
- name str
- Connection name inside pipeline
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- Connection type inside pipeline
- properties
PipelineConnection Response Properties 
- Connection properties inside pipeline
- etag String
- Connection etag inside pipeline
- id String
- Connection id inside pipeline
- location String
- Connection location inside pipeline
- name String
- Connection name inside pipeline
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- Connection type inside pipeline
- properties Property Map
- Connection properties inside pipeline
PipelineConnectionResponseProperties   
- InternalMetadata Pulumi.Azure Native. Azure Data Transfer. Inputs. Internal Metadata Properties Response 
- Internal metadata of the connection inside pipeline.
- InternalMetadata InternalMetadata Properties Response 
- Internal metadata of the connection inside pipeline.
- internalMetadata InternalMetadata Properties Response 
- Internal metadata of the connection inside pipeline.
- internalMetadata InternalMetadata Properties Response 
- Internal metadata of the connection inside pipeline.
- internal_metadata InternalMetadata Properties Response 
- Internal metadata of the connection inside pipeline.
- internalMetadata Property Map
- Internal metadata of the connection inside pipeline.
PipelinePropertiesResponse  
- Connections
List<Pulumi.Azure Native. Azure Data Transfer. Inputs. Pipeline Connection Response> 
- Connections associated with pipeline
- ProvisioningState string
- Provisioning state of the pipeline
- RemoteCloud string
- Remote cloud of the data to be transferred or received
- DisplayName string
- Display name of this pipeline
- FlowTypes List<string>
- The flow types allowed for this pipeline
- Policies List<string>
- The policies for this pipeline
- Subscribers
List<Pulumi.Azure Native. Azure Data Transfer. Inputs. Subscriber Response> 
- Subscribers of this resource
- Connections
[]PipelineConnection Response 
- Connections associated with pipeline
- ProvisioningState string
- Provisioning state of the pipeline
- RemoteCloud string
- Remote cloud of the data to be transferred or received
- DisplayName string
- Display name of this pipeline
- FlowTypes []string
- The flow types allowed for this pipeline
- Policies []string
- The policies for this pipeline
- Subscribers
[]SubscriberResponse 
- Subscribers of this resource
- connections
List<PipelineConnection Response> 
- Connections associated with pipeline
- provisioningState String
- Provisioning state of the pipeline
- remoteCloud String
- Remote cloud of the data to be transferred or received
- displayName String
- Display name of this pipeline
- flowTypes List<String>
- The flow types allowed for this pipeline
- policies List<String>
- The policies for this pipeline
- subscribers
List<SubscriberResponse> 
- Subscribers of this resource
- connections
PipelineConnection Response[] 
- Connections associated with pipeline
- provisioningState string
- Provisioning state of the pipeline
- remoteCloud string
- Remote cloud of the data to be transferred or received
- displayName string
- Display name of this pipeline
- flowTypes string[]
- The flow types allowed for this pipeline
- policies string[]
- The policies for this pipeline
- subscribers
SubscriberResponse[] 
- Subscribers of this resource
- connections
Sequence[PipelineConnection Response] 
- Connections associated with pipeline
- provisioning_state str
- Provisioning state of the pipeline
- remote_cloud str
- Remote cloud of the data to be transferred or received
- display_name str
- Display name of this pipeline
- flow_types Sequence[str]
- The flow types allowed for this pipeline
- policies Sequence[str]
- The policies for this pipeline
- subscribers
Sequence[SubscriberResponse] 
- Subscribers of this resource
- connections List<Property Map>
- Connections associated with pipeline
- provisioningState String
- Provisioning state of the pipeline
- remoteCloud String
- Remote cloud of the data to be transferred or received
- displayName String
- Display name of this pipeline
- flowTypes List<String>
- The flow types allowed for this pipeline
- policies List<String>
- The policies for this pipeline
- subscribers List<Property Map>
- Subscribers of this resource
SubscriberResponse 
- Email string
- Email of the subscriber
- Notifications double
- Number specifying what notifications to receive
- Email string
- Email of the subscriber
- Notifications float64
- Number specifying what notifications to receive
- email String
- Email of the subscriber
- notifications Double
- Number specifying what notifications to receive
- email string
- Email of the subscriber
- notifications number
- Number specifying what notifications to receive
- email str
- Email of the subscriber
- notifications float
- Number specifying what notifications to receive
- email String
- Email of the subscriber
- notifications Number
- Number specifying what notifications to receive
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi