InformaticaNetworkInterfaceConfiguration 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.
Informatica Serverless Runtime Network Interface configurations.
public class InformaticaNetworkInterfaceConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaNetworkInterfaceConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaNetworkInterfaceConfiguration>
type InformaticaNetworkInterfaceConfiguration = class
interface IJsonModel<InformaticaNetworkInterfaceConfiguration>
interface IPersistableModel<InformaticaNetworkInterfaceConfiguration>
Public Class InformaticaNetworkInterfaceConfiguration
Implements IJsonModel(Of InformaticaNetworkInterfaceConfiguration), IPersistableModel(Of InformaticaNetworkInterfaceConfiguration)
- Inheritance
-
InformaticaNetworkInterfaceConfiguration
- Implements
Constructors
InformaticaNetworkInterfaceConfiguration(ResourceIdentifier, ResourceIdentifier) |
Initializes a new instance of InformaticaNetworkInterfaceConfiguration. |
Properties
SubnetId |
Virtual network subnet resource id. |
VnetId |
Virtual network resource id. |
VnetResourceGuid |
Virtual network resource guid. |
Explicit Interface Implementations
IJsonModel<InformaticaNetworkInterfaceConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InformaticaNetworkInterfaceConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InformaticaNetworkInterfaceConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InformaticaNetworkInterfaceConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InformaticaNetworkInterfaceConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET