IntegrationRuntimeVNetProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VNet properties for managed integration runtime.
public class IntegrationRuntimeVNetProperties
type IntegrationRuntimeVNetProperties = class
Public Class IntegrationRuntimeVNetProperties
- Inheritance
-
IntegrationRuntimeVNetProperties
Constructors
IntegrationRuntimeVNetProperties() |
Initializes a new instance of the IntegrationRuntimeVNetProperties class. |
IntegrationRuntimeVNetProperties(IDictionary<String,Object>, String, String, IList<String>) |
Initializes a new instance of the IntegrationRuntimeVNetProperties class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
PublicIPs |
Gets or sets resource IDs of the public IP addresses that this integration runtime will use. |
Subnet |
Gets or sets the name of the subnet this integration runtime will join. |
VNetId |
Gets or sets the ID of the VNet that this integration runtime will join. |
Applies to
Azure SDK for .NET