Show / Hide Table of Contents

Class IntegrationRuntimeManagedArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationRuntimeManagedArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataFactory
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IntegrationRuntimeManagedArgs : ResourceArgs

Constructors

View Source

IntegrationRuntimeManagedArgs()

Declaration
public IntegrationRuntimeManagedArgs()

Properties

View Source

CatalogInfo

A catalog_info block as defined below.

Declaration
public Input<IntegrationRuntimeManagedCatalogInfoArgs> CatalogInfo { get; set; }
Property Value
Type Description
Input<IntegrationRuntimeManagedCatalogInfoArgs>
View Source

CustomSetupScript

A custom_setup_script block as defined below.

Declaration
public Input<IntegrationRuntimeManagedCustomSetupScriptArgs> CustomSetupScript { get; set; }
Property Value
Type Description
Input<IntegrationRuntimeManagedCustomSetupScriptArgs>
View Source

DataFactoryName

Specifies the name of the Data Factory the Managed Integration Runtime belongs to. Changing this forces a new resource to be created.

Declaration
public Input<string> DataFactoryName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Edition

The Managed Integration Runtime edition. Valid values are Standard and Enterprise. Defaults to Standard.

Declaration
public Input<string> Edition { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LicenseType

The type of the license that is used. Valid values are LicenseIncluded and BasePrize. Defaults to LicenseIncluded.

Declaration
public Input<string> LicenseType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Location

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaxParallelExecutionsPerNode

Defines the maximum parallel executions per node. Defaults to 1. Max is 16.

Declaration
public Input<int> MaxParallelExecutionsPerNode { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Specifies the name of the Managed Integration Runtime. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NodeSize

The size of the nodes on which the Managed Integration Runtime runs. Valid values are: Standard_D2_v3, Standard_D4_v3, Standard_D8_v3, Standard_D16_v3, Standard_D32_v3, Standard_D64_v3, Standard_E2_v3, Standard_E4_v3, Standard_E8_v3, Standard_E16_v3, Standard_E32_v3, Standard_E64_v3, Standard_D1_v2, Standard_D2_v2, Standard_D3_v2, Standard_D4_v2, Standard_A4_v2 and Standard_A8_v2

Declaration
public Input<string> NodeSize { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NumberOfNodes

Number of nodes for the Managed Integration Runtime. Max is 10. Defaults to 1.

Declaration
public Input<int> NumberOfNodes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ResourceGroupName

The name of the resource group in which to create the Managed Integration Runtime. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VnetIntegration

A vnet_integration block as defined below.

Declaration
public Input<IntegrationRuntimeManagedVnetIntegrationArgs> VnetIntegration { get; set; }
Property Value
Type Description
Input<IntegrationRuntimeManagedVnetIntegrationArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.