Show / Hide Table of Contents

Class IntegrationRuntimeManagedVnetIntegrationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationRuntimeManagedVnetIntegrationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IntegrationRuntimeManagedVnetIntegrationArgs : ResourceArgs

Constructors

View Source

IntegrationRuntimeManagedVnetIntegrationArgs()

Declaration
public IntegrationRuntimeManagedVnetIntegrationArgs()

Properties

View Source

SubnetName

Name of the subnet to which the nodes of the Managed Integration Runtime will be added.

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

VnetId

ID of the virtual network to which the nodes of the Managed Integration Runtime will be added.

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