Delen via


SynapseIntegrationRuntimeVnetProperties Class

Definition

VNet properties for managed integration runtime.

public class SynapseIntegrationRuntimeVnetProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeVnetProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeVnetProperties>
public class SynapseIntegrationRuntimeVnetProperties
type SynapseIntegrationRuntimeVnetProperties = class
    interface IJsonModel<SynapseIntegrationRuntimeVnetProperties>
    interface IPersistableModel<SynapseIntegrationRuntimeVnetProperties>
type SynapseIntegrationRuntimeVnetProperties = class
Public Class SynapseIntegrationRuntimeVnetProperties
Implements IJsonModel(Of SynapseIntegrationRuntimeVnetProperties), IPersistableModel(Of SynapseIntegrationRuntimeVnetProperties)
Public Class SynapseIntegrationRuntimeVnetProperties
Inheritance
SynapseIntegrationRuntimeVnetProperties
Implements

Constructors

SynapseIntegrationRuntimeVnetProperties()

Initializes a new instance of SynapseIntegrationRuntimeVnetProperties.

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:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

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<SynapseIntegrationRuntimeVnetProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SynapseIntegrationRuntimeVnetProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeVnetProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeVnetProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SynapseIntegrationRuntimeVnetProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to