ServerlessRuntimeNetworkProfileUpdate Class

Definition

Informatica Serverless Network profile properties update.

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

Constructors

Name Description
ServerlessRuntimeNetworkProfileUpdate()

Creates an new ServerlessRuntimeNetworkProfileUpdate instance.

Properties

Name Description
NetworkInterfaceConfigurationSubnetId

Virtual network subnet resource id

NetworkInterfaceConfigurationVnetId

Virtual network resource id

NetworkInterfaceConfigurationVnetResourceGuid

Virtual network resource guid

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerlessRuntimeNetworkProfileUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerlessRuntimeNetworkProfileUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerlessRuntimeNetworkProfileUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to