Class VirtualNetworkProfile
java.lang.Object
com.microsoft.azure.management.appservice.VirtualNetworkProfile
Specification for using a Virtual Network.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()
Get resource id of the Virtual Network.name()
Get name of the Virtual Network (read-only).subnet()
Get subnet within the Virtual Network.type()
Get resource type of the Virtual Network (read-only).Set resource id of the Virtual Network.withSubnet
(String subnet) Set subnet within the Virtual Network.
-
Constructor Details
-
VirtualNetworkProfile
public VirtualNetworkProfile()
-
-
Method Details
-
id
Get resource id of the Virtual Network.- Returns:
- the id value
-
withId
Set resource id of the Virtual Network.- Parameters:
id
- the id value to set- Returns:
- the VirtualNetworkProfile object itself.
-
name
Get name of the Virtual Network (read-only).- Returns:
- the name value
-
type
Get resource type of the Virtual Network (read-only).- Returns:
- the type value
-
subnet
Get subnet within the Virtual Network.- Returns:
- the subnet value
-
withSubnet
Set subnet within the Virtual Network.- Parameters:
subnet
- the subnet value to set- Returns:
- the VirtualNetworkProfile object itself.
-