Uses of Class
com.azure.resourcemanager.appcontainers.models.IngressPortMapping
Packages that use IngressPortMapping
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of IngressPortMapping in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return IngressPortMappingModifier and TypeMethodDescriptionstatic IngressPortMappingIngressPortMapping.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IngressPortMapping from the JsonReader.IngressPortMapping.withExposedPort(Integer exposedPort) Set the exposedPort property: Specifies the exposed port for the target port.IngressPortMapping.withExternal(boolean external) Set the external property: Specifies whether the app port is accessible outside of the environment.IngressPortMapping.withTargetPort(int targetPort) Set the targetPort property: Specifies the port user's container listens on.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type IngressPortMappingModifier and TypeMethodDescriptionIngress.additionalPortMappings()Get the additionalPortMappings property: Settings to expose additional ports on container app.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type IngressPortMappingModifier and TypeMethodDescriptionIngress.withAdditionalPortMappings(List<IngressPortMapping> additionalPortMappings) Set the additionalPortMappings property: Settings to expose additional ports on container app.