Class PrivateAccessSubnet
java.lang.Object
com.microsoft.azure.management.appservice.PrivateAccessSubnet
Description of a Virtual Network subnet that is useable for private site
access.
-
Constructor Details
-
PrivateAccessSubnet
public PrivateAccessSubnet()
-
-
Method Details
-
name
Get the name of the subnet.- Returns:
- the name value
-
withName
Set the name of the subnet.- Parameters:
name
- the name value to set- Returns:
- the PrivateAccessSubnet object itself.
-
key
Get the key (ID) of the subnet.- Returns:
- the key value
-
withKey
Set the key (ID) of the subnet.- Parameters:
key
- the key value to set- Returns:
- the PrivateAccessSubnet object itself.
-