NetworkVirtualAppliancePropertiesFormatNetworkProfile Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. NetworkVirtualAppliancePropertiesFormatNetworkProfile
- com.
Implements
public final class NetworkVirtualAppliancePropertiesFormatNetworkProfile
implements JsonSerializable<NetworkVirtualAppliancePropertiesFormatNetworkProfile>
Network Profile containing configurations for Public and Private NIC.
Constructor Summary
Constructor | Description |
---|---|
NetworkVirtualAppliancePropertiesFormatNetworkProfile() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
List<Virtual |
networkInterfaceConfigurations()
Get the network |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Network |
withNetworkInterfaceConfigurations(List<VirtualApplianceNetworkInterfaceConfiguration> networkInterfaceConfigurations)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
NetworkVirtualAppliancePropertiesFormatNetworkProfile
public NetworkVirtualAppliancePropertiesFormatNetworkProfile()
Creates an instance of NetworkVirtualAppliancePropertiesFormatNetworkProfile class.
Method Details
fromJson
public static NetworkVirtualAppliancePropertiesFormatNetworkProfile fromJson(JsonReader jsonReader)
Reads an instance of NetworkVirtualAppliancePropertiesFormatNetworkProfile from the JsonReader.
Parameters:
Returns:
Throws:
networkInterfaceConfigurations
public List
Get the networkInterfaceConfigurations property: The networkInterfaceConfigurations property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withNetworkInterfaceConfigurations
public NetworkVirtualAppliancePropertiesFormatNetworkProfile withNetworkInterfaceConfigurations(List
Set the networkInterfaceConfigurations property: The networkInterfaceConfigurations property.
Parameters:
Returns: