Show / Hide Table of Contents

Class IntegrationRuntimeManagedVnetIntegrationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationRuntimeManagedVnetIntegrationGetArgs
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 IntegrationRuntimeManagedVnetIntegrationGetArgs : ResourceArgs

Constructors

View Source

IntegrationRuntimeManagedVnetIntegrationGetArgs()

Declaration
public IntegrationRuntimeManagedVnetIntegrationGetArgs()

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.