Uses of Class
com.azure.resourcemanager.appservice.models.PrivateAccessSubnet
Packages that use PrivateAccessSubnet
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of PrivateAccessSubnet in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PrivateAccessSubnetModifier and TypeMethodDescriptionstatic PrivateAccessSubnet
PrivateAccessSubnet.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateAccessSubnet from the JsonReader.Set the key property: The key (ID) of the subnet.Set the name property: The name of the subnet.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PrivateAccessSubnetModifier and TypeMethodDescriptionPrivateAccessVirtualNetwork.subnets()
Get the subnets property: A List of subnets that access is allowed to on this Virtual Network.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type PrivateAccessSubnetModifier and TypeMethodDescriptionPrivateAccessVirtualNetwork.withSubnets
(List<PrivateAccessSubnet> subnets) Set the subnets property: A List of subnets that access is allowed to on this Virtual Network.