Uses of Class
com.azure.resourcemanager.appplatform.models.AppVNetAddons
Packages that use AppVNetAddons
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of AppVNetAddons in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return AppVNetAddonsModifier and TypeMethodDescriptionstatic AppVNetAddonsAppVNetAddons.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppVNetAddons from the JsonReader.AppResourceProperties.vnetAddons()Get the vnetAddons property: Additional App settings in vnet injection instance.AppVNetAddons.withPublicEndpoint(Boolean publicEndpoint) Set the publicEndpoint property: Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.Methods in com.azure.resourcemanager.appplatform.models with parameters of type AppVNetAddonsModifier and TypeMethodDescriptionAppResourceProperties.withVnetAddons(AppVNetAddons vnetAddons) Set the vnetAddons property: Additional App settings in vnet injection instance.