Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetParametersProperties
Packages that use VnetParametersProperties
Package
Description
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 VnetParametersPropertiesModifier and TypeMethodDescriptionstatic VnetParametersPropertiesVnetParametersProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VnetParametersProperties from the JsonReader.VnetParametersProperties.withSubnetResourceId(String subnetResourceId) Set the subnetResourceId property: The ARM Resource ID of the subnet to validate.VnetParametersProperties.withVnetName(String vnetName) Set the vnetName property: The name of the VNET to be validated.VnetParametersProperties.withVnetResourceGroup(String vnetResourceGroup) Set the vnetResourceGroup property: The Resource Group of the VNET to be validated.VnetParametersProperties.withVnetSubnetName(String vnetSubnetName) Set the vnetSubnetName property: The subnet name to be validated.