NetworkInterfaceConfigurationUpdate Class

Definition

The template for adding optional properties.

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

Constructors

Name Description
NetworkInterfaceConfigurationUpdate()

Creates an new NetworkInterfaceConfigurationUpdate 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 NetworkInterfaceConfigurationUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceConfigurationUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceConfigurationUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to