ServerlessRuntimeNetworkProfileUpdate 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 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() | |