ServerlessRuntimeNetworkProfile 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 Profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeNetworkProfileTypeConverter))]
public class ServerlessRuntimeNetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeNetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeNetworkProfileTypeConverter))>]
type ServerlessRuntimeNetworkProfile = class
interface IServerlessRuntimeNetworkProfile
interface IJsonSerializable
Public Class ServerlessRuntimeNetworkProfile
Implements IServerlessRuntimeNetworkProfile
- Inheritance
-
ServerlessRuntimeNetworkProfile
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ServerlessRuntimeNetworkProfile() |
Creates an new ServerlessRuntimeNetworkProfile 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 ServerlessRuntimeNetworkProfile. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerlessRuntimeNetworkProfile. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeNetworkProfile. |
| FromJsonString(String) |
Creates a new instance of ServerlessRuntimeNetworkProfile, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerlessRuntimeNetworkProfile into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |