Uses of Class
com.azure.resourcemanager.appservice.models.VnetParameters
-
Packages that use VnetParameters Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 VnetParameters Modifier and Type Method Description VnetValidationFailureDetailsInnerResourceProvidersClient. verifyHostingEnvironmentVnet(VnetParameters parameters)Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.Mono<VnetValidationFailureDetailsInner>ResourceProvidersClient. verifyHostingEnvironmentVnetAsync(VnetParameters parameters)Description for 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)Description for 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)Description for 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 VnetParameters Modifier and Type Method Description VnetParametersVnetParameters. withKind(String kind)Set the kind property: Kind of resource.VnetParametersVnetParameters. withSubnetResourceId(String subnetResourceId)Set the subnetResourceId property: The ARM Resource ID of the subnet to validate.VnetParametersVnetParameters. withVnetName(String vnetName)Set the vnetName property: The name of the VNET to be validated.VnetParametersVnetParameters. withVnetResourceGroup(String vnetResourceGroup)Set the vnetResourceGroup property: The Resource Group of the VNET to be validated.VnetParametersVnetParameters. withVnetSubnetName(String vnetSubnetName)Set the vnetSubnetName property: The subnet name to be validated.
-