Class IntegrationRuntimeManagedVnetIntegrationArgs
Inherited Members
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 SourceIntegrationRuntimeManagedVnetIntegrationArgs()
Declaration
public IntegrationRuntimeManagedVnetIntegrationArgs()
Properties
View SourceSubnetName
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> |
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> |