public final class VnetParametersProperties extends Object
| Constructor and Description |
|---|
VnetParametersProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
subnetResourceId()
Get the subnetResourceId property: The ARM Resource ID of the subnet to validate.
|
void |
validate()
Validates the instance.
|
String |
vnetName()
Get the vnetName property: The name of the VNET to be validated.
|
String |
vnetResourceGroup()
Get the vnetResourceGroup property: The Resource Group of the VNET to be validated.
|
String |
vnetSubnetName()
Get the vnetSubnetName property: The subnet name to be validated.
|
VnetParametersProperties |
withSubnetResourceId(String subnetResourceId)
Set the subnetResourceId property: The ARM Resource ID of the subnet to validate.
|
VnetParametersProperties |
withVnetName(String vnetName)
Set the vnetName property: The name of the VNET to be validated.
|
VnetParametersProperties |
withVnetResourceGroup(String vnetResourceGroup)
Set the vnetResourceGroup property: The Resource Group of the VNET to be validated.
|
VnetParametersProperties |
withVnetSubnetName(String vnetSubnetName)
Set the vnetSubnetName property: The subnet name to be validated.
|
public String vnetResourceGroup()
public VnetParametersProperties withVnetResourceGroup(String vnetResourceGroup)
vnetResourceGroup - the vnetResourceGroup value to set.public String vnetName()
public VnetParametersProperties withVnetName(String vnetName)
vnetName - the vnetName value to set.public String vnetSubnetName()
public VnetParametersProperties withVnetSubnetName(String vnetSubnetName)
vnetSubnetName - the vnetSubnetName value to set.public String subnetResourceId()
public VnetParametersProperties withSubnetResourceId(String subnetResourceId)
subnetResourceId - the subnetResourceId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.