Uses of Class
com.azure.resourcemanager.appservice.models.VnetParameters
Packages that use VnetParameters
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of VnetParameters in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type VnetParametersModifier and TypeMethodDescriptionResourceProvidersClient.verifyHostingEnvironmentVnet
(VnetParameters parameters) Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.ResourceProvidersClient.verifyHostingEnvironmentVnetAsync
(VnetParameters parameters) Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.com.azure.core.http.rest.Response
<VnetValidationFailureDetailsInner> ResourceProvidersClient.verifyHostingEnvironmentVnetWithResponse
(VnetParameters parameters, com.azure.core.util.Context context) Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.Mono
<com.azure.core.http.rest.Response<VnetValidationFailureDetailsInner>> ResourceProvidersClient.verifyHostingEnvironmentVnetWithResponseAsync
(VnetParameters parameters) Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. -
Uses of VnetParameters in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return VnetParametersModifier and TypeMethodDescriptionstatic VnetParameters
VnetParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VnetParameters from the JsonReader.Set the kind property: Kind of resource.VnetParameters.withSubnetResourceId
(String subnetResourceId) Set the subnetResourceId property: The ARM Resource ID of the subnet to validate.VnetParameters.withVnetName
(String vnetName) Set the vnetName property: The name of the VNET to be validated.VnetParameters.withVnetResourceGroup
(String vnetResourceGroup) Set the vnetResourceGroup property: The Resource Group of the VNET to be validated.VnetParameters.withVnetSubnetName
(String vnetSubnetName) Set the vnetSubnetName property: The subnet name to be validated.