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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeVnetProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeVnetProperties>
public class IntegrationRuntimeVnetProperties
type IntegrationRuntimeVnetProperties = class
interface IJsonModel<IntegrationRuntimeVnetProperties>
interface IPersistableModel<IntegrationRuntimeVnetProperties>
type IntegrationRuntimeVnetProperties = class
Public Class IntegrationRuntimeVnetProperties
Implements IJsonModel(Of IntegrationRuntimeVnetProperties), IPersistableModel(Of IntegrationRuntimeVnetProperties)
Public Class IntegrationRuntimeVnetProperties
- Inheritance
-
IntegrationRuntimeVnetProperties
- Implements
Constructors
IntegrationRuntimeVnetProperties() |
Initializes a new instance of IntegrationRuntimeVnetProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
PublicIPs |
Resource IDs of the public IP addresses that this integration runtime will use. |
Subnet |
The name of the subnet this integration runtime will join. |
SubnetId |
The ID of subnet, to which this Azure-SSIS integration runtime will be joined. |
VnetId |
The ID of the VNet that this integration runtime will join. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IntegrationRuntimeVnetProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IntegrationRuntimeVnetProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IntegrationRuntimeVnetProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IntegrationRuntimeVnetProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IntegrationRuntimeVnetProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET