Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetParametersProperties
-
Packages that use VnetParametersProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of VnetParametersProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VnetParametersProperties Modifier and Type Method Description VnetParametersPropertiesVnetParametersProperties. withSubnetResourceId(String subnetResourceId)Set the subnetResourceId property: The ARM Resource ID of the subnet to validate.VnetParametersPropertiesVnetParametersProperties. withVnetName(String vnetName)Set the vnetName property: The name of the VNET to be validated.VnetParametersPropertiesVnetParametersProperties. withVnetResourceGroup(String vnetResourceGroup)Set the vnetResourceGroup property: The Resource Group of the VNET to be validated.VnetParametersPropertiesVnetParametersProperties. withVnetSubnetName(String vnetSubnetName)Set the vnetSubnetName property: The subnet name to be validated.
-