public class VirtualNetworkProfile extends Object
| Constructor and Description | 
|---|
| VirtualNetworkProfile() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | id()Get resource id of the Virtual Network. | 
| String | name()Get name of the Virtual Network (read-only). | 
| String | subnet()Get subnet within the Virtual Network. | 
| String | type()Get resource type of the Virtual Network (read-only). | 
| VirtualNetworkProfile | withId(String id)Set resource id of the Virtual Network. | 
| VirtualNetworkProfile | withSubnet(String subnet)Set subnet within the Virtual Network. | 
public String id()
public VirtualNetworkProfile withId(String id)
id - the id value to setpublic String name()
public String type()
public String subnet()
public VirtualNetworkProfile withSubnet(String subnet)
subnet - the subnet value to setCopyright © 2019. All rights reserved.