Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ReplicaProperties
Packages that use ReplicaProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of ReplicaProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ReplicaPropertiesModifier and TypeMethodDescriptionstatic ReplicaProperties
ReplicaProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicaProperties from the JsonReader.ReplicaProperties.withContainers
(List<ReplicaContainer> containers) Set the containers property: The containers collection under a replica.ReplicaProperties.withInitContainers
(List<ReplicaContainer> initContainers) Set the initContainers property: The init containers collection under a replica.