NetworkInterfaceConfiguration Class

Definition

Informatica Serverless Runtime Network Interface configurations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.NetworkInterfaceConfigurationTypeConverter))]
public class NetworkInterfaceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.INetworkInterfaceConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.NetworkInterfaceConfigurationTypeConverter))>]
type NetworkInterfaceConfiguration = class
    interface INetworkInterfaceConfiguration
    interface IJsonSerializable
Public Class NetworkInterfaceConfiguration
Implements INetworkInterfaceConfiguration
Inheritance
NetworkInterfaceConfiguration
Attributes
Implements

Constructors

Name Description
NetworkInterfaceConfiguration()

Creates an new NetworkInterfaceConfiguration instance.

Properties

Name Description
SubnetId

Virtual network subnet resource id

VnetId

Virtual network resource id

VnetResourceGuid

Virtual network resource guid

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfaceConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.INetworkInterfaceConfiguration.

FromJsonString(String)

Creates a new instance of NetworkInterfaceConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to