2024-06-27 07:53:30 +03:00
### YamlMime:JavaType
uid : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile"
fullName : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile"
name : "NetworkVirtualAppliancePropertiesFormatNetworkProfile"
nameWithType : "NetworkVirtualAppliancePropertiesFormatNetworkProfile"
summary : "Network Profile containing configurations for Public and Private NIC."
inheritances :
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods :
- classRef : "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef :
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
2024-08-24 08:08:26 +03:00
syntax : "public final class **NetworkVirtualAppliancePropertiesFormatNetworkProfile**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile?alt=com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile&text=NetworkVirtualAppliancePropertiesFormatNetworkProfile\" data-throw-if-not-resolved=\"False\" />>"
2024-06-27 07:53:30 +03:00
constructors :
- uid : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.NetworkVirtualAppliancePropertiesFormatNetworkProfile()"
fullName : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.NetworkVirtualAppliancePropertiesFormatNetworkProfile()"
name : "NetworkVirtualAppliancePropertiesFormatNetworkProfile()"
nameWithType : "NetworkVirtualAppliancePropertiesFormatNetworkProfile.NetworkVirtualAppliancePropertiesFormatNetworkProfile()"
summary : "Creates an instance of Network<wbr>Virtual<wbr>Appliance<wbr>Properties<wbr>Format<wbr>Network<wbr>Profile class."
syntax : "public NetworkVirtualAppliancePropertiesFormatNetworkProfile()"
desc : "Creates an instance of NetworkVirtualAppliancePropertiesFormatNetworkProfile class."
methods :
2024-08-24 08:08:26 +03:00
- uid : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.fromJson(com.azure.json.JsonReader)"
fullName : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.fromJson(JsonReader jsonReader)"
name : "fromJson(JsonReader jsonReader)"
nameWithType : "NetworkVirtualAppliancePropertiesFormatNetworkProfile.fromJson(JsonReader jsonReader)"
summary : "Reads an instance of Network<wbr>Virtual<wbr>Appliance<wbr>Properties<wbr>Format<wbr>Network<wbr>Profile from the Json<wbr>Reader."
modifiers :
- "static"
parameters :
- description : "The JsonReader being read."
name : "jsonReader"
type : "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax : "public static NetworkVirtualAppliancePropertiesFormatNetworkProfile fromJson(JsonReader jsonReader)"
exceptions :
- description : "If an error occurs while reading the NetworkVirtualAppliancePropertiesFormatNetworkProfile."
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc : "Reads an instance of NetworkVirtualAppliancePropertiesFormatNetworkProfile from the JsonReader."
returns :
description : "An instance of NetworkVirtualAppliancePropertiesFormatNetworkProfile if the JsonReader was pointing to an\n instance of it, or null if it was pointing to JSON null."
type : "<xref href=\"com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile?alt=com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile&text=NetworkVirtualAppliancePropertiesFormatNetworkProfile\" data-throw-if-not-resolved=\"False\" />"
2024-06-27 07:53:30 +03:00
- uid : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.networkInterfaceConfigurations()"
fullName : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.networkInterfaceConfigurations()"
name : "networkInterfaceConfigurations()"
nameWithType : "NetworkVirtualAppliancePropertiesFormatNetworkProfile.networkInterfaceConfigurations()"
summary : "Get the network<wbr>Interface<wbr>Configurations property: The network<wbr>Interface<wbr>Configurations property."
syntax : "public List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations()"
desc : "Get the networkInterfaceConfigurations property: The networkInterfaceConfigurations property."
returns :
description : "the networkInterfaceConfigurations value."
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.models.VirtualApplianceNetworkInterfaceConfiguration?alt=com.azure.resourcemanager.network.models.VirtualApplianceNetworkInterfaceConfiguration&text=VirtualApplianceNetworkInterfaceConfiguration\" data-throw-if-not-resolved=\"False\" />>"
2024-08-24 08:08:26 +03:00
- uid : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.toJson(com.azure.json.JsonWriter)"
fullName : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.toJson(JsonWriter jsonWriter)"
name : "toJson(JsonWriter jsonWriter)"
nameWithType : "NetworkVirtualAppliancePropertiesFormatNetworkProfile.toJson(JsonWriter jsonWriter)"
parameters :
- name : "jsonWriter"
type : "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax : "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions :
- type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns :
type : "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
2024-06-27 07:53:30 +03:00
- uid : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.validate()"
fullName : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.validate()"
name : "validate()"
nameWithType : "NetworkVirtualAppliancePropertiesFormatNetworkProfile.validate()"
summary : "Validates the instance."
syntax : "public void validate()"
desc : "Validates the instance."
- uid : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.withNetworkInterfaceConfigurations(java.util.List<com.azure.resourcemanager.network.models.VirtualApplianceNetworkInterfaceConfiguration>)"
fullName : "com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations)"
name : "withNetworkInterfaceConfigurations(List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations)"
nameWithType : "NetworkVirtualAppliancePropertiesFormatNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations)"
summary : "Set the network<wbr>Interface<wbr>Configurations property: The network<wbr>Interface<wbr>Configurations property."
parameters :
- description : "the networkInterfaceConfigurations value to set."
name : "networkInterfaceConfigurations"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.models.VirtualApplianceNetworkInterfaceConfiguration?alt=com.azure.resourcemanager.network.models.VirtualApplianceNetworkInterfaceConfiguration&text=VirtualApplianceNetworkInterfaceConfiguration\" data-throw-if-not-resolved=\"False\" />>"
syntax : "public NetworkVirtualAppliancePropertiesFormatNetworkProfile withNetworkInterfaceConfigurations(List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations)"
desc : "Set the networkInterfaceConfigurations property: The networkInterfaceConfigurations property."
returns :
description : "the NetworkVirtualAppliancePropertiesFormatNetworkProfile object itself."
type : "<xref href=\"com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile?alt=com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile&text=NetworkVirtualAppliancePropertiesFormatNetworkProfile\" data-throw-if-not-resolved=\"False\" />"
type : "class"
desc : "Network Profile containing configurations for Public and Private NIC."
2024-08-24 08:08:26 +03:00
implements :
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile?alt=com.azure.resourcemanager.network.models.NetworkVirtualAppliancePropertiesFormatNetworkProfile&text=NetworkVirtualAppliancePropertiesFormatNetworkProfile\" data-throw-if-not-resolved=\"False\" />>"
2024-06-27 07:53:30 +03:00
metadata : {}
package : "com.azure.resourcemanager.network.models"
2024-10-26 06:18:01 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-network:2.44.0