Class VnetParameters
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.VnetParameters
The required set of inputs to validate a VNET.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvnetName()
Get the name of the VNET to be validated.Get the Resource Group of the VNET to be validated.Get the subnet name to be validated.withVnetName
(String vnetName) Set the name of the VNET to be validated.withVnetResourceGroup
(String vnetResourceGroup) Set the Resource Group of the VNET to be validated.withVnetSubnetName
(String vnetSubnetName) Set the subnet name to be validated.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
VnetParameters
public VnetParameters()
-
-
Method Details
-
vnetResourceGroup
Get the Resource Group of the VNET to be validated.- Returns:
- the vnetResourceGroup value
-
withVnetResourceGroup
Set the Resource Group of the VNET to be validated.- Parameters:
vnetResourceGroup
- the vnetResourceGroup value to set- Returns:
- the VnetParameters object itself.
-
vnetName
Get the name of the VNET to be validated.- Returns:
- the vnetName value
-
withVnetName
Set the name of the VNET to be validated.- Parameters:
vnetName
- the vnetName value to set- Returns:
- the VnetParameters object itself.
-
vnetSubnetName
Get the subnet name to be validated.- Returns:
- the vnetSubnetName value
-
withVnetSubnetName
Set the subnet name to be validated.- Parameters:
vnetSubnetName
- the vnetSubnetName value to set- Returns:
- the VnetParameters object itself.
-