public class VnetParameters extends ProxyOnlyResource
Constructor and Description |
---|
VnetParameters() |
Modifier and Type | Method and Description |
---|---|
String |
vnetName()
Get the name of the VNET to be validated.
|
String |
vnetResourceGroup()
Get the Resource Group of the VNET to be validated.
|
String |
vnetSubnetName()
Get the subnet name to be validated.
|
VnetParameters |
withVnetName(String vnetName)
Set the name of the VNET to be validated.
|
VnetParameters |
withVnetResourceGroup(String vnetResourceGroup)
Set the Resource Group of the VNET to be validated.
|
VnetParameters |
withVnetSubnetName(String vnetSubnetName)
Set the subnet name to be validated.
|
kind, withKind
public String vnetResourceGroup()
public VnetParameters withVnetResourceGroup(String vnetResourceGroup)
vnetResourceGroup
- the vnetResourceGroup value to setpublic String vnetName()
public VnetParameters withVnetName(String vnetName)
vnetName
- the vnetName value to setpublic String vnetSubnetName()
public VnetParameters withVnetSubnetName(String vnetSubnetName)
vnetSubnetName
- the vnetSubnetName value to setCopyright © 2019. All rights reserved.