public final class VnetGatewayInner extends ProxyOnlyResource
| Constructor and Description |
|---|
VnetGatewayInner() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
String |
vnetName()
Get the vnetName property: The Virtual Network name.
|
String |
vpnPackageUri()
Get the vpnPackageUri property: The URI where the VPN package can be downloaded.
|
VnetGatewayInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
VnetGatewayInner |
withVnetName(String vnetName)
Set the vnetName property: The Virtual Network name.
|
VnetGatewayInner |
withVpnPackageUri(String vpnPackageUri)
Set the vpnPackageUri property: The URI where the VPN package can be downloaded.
|
kindpublic VnetGatewayInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String vnetName()
public VnetGatewayInner withVnetName(String vnetName)
vnetName - the vnetName value to set.public String vpnPackageUri()
public VnetGatewayInner withVpnPackageUri(String vpnPackageUri)
vpnPackageUri - the vpnPackageUri value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - 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.