Uses of Class
com.azure.resourcemanager.appplatform.models.ServiceVNetAddons
Packages that use ServiceVNetAddons
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ServiceVNetAddons in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ServiceVNetAddonsModifier and TypeMethodDescriptionClusterResourceProperties.vnetAddons()Get the vnetAddons property: Additional Service settings in vnet injection instance.ServiceVNetAddons.withDataPlanePublicEndpoint(Boolean dataPlanePublicEndpoint) Set the dataPlanePublicEndpoint property: Indicates whether the data plane components(log stream, app connect, remote debugging) in vnet injection instance could be accessed from internet.ServiceVNetAddons.withLogStreamPublicEndpoint(Boolean logStreamPublicEndpoint) Set the logStreamPublicEndpoint property: Indicates whether the log stream in vnet injection instance could be accessed from internet.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ServiceVNetAddonsModifier and TypeMethodDescriptionClusterResourceProperties.withVnetAddons(ServiceVNetAddons vnetAddons) Set the vnetAddons property: Additional Service settings in vnet injection instance.