Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ReplicaInner
Packages that use ReplicaInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ReplicaInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return ReplicaInnerModifier and TypeMethodDescriptionContainerAppsRevisionReplicasClient.getReplica
(String resourceGroupName, String containerAppName, String revisionName, String replicaName) Get a replica for a Container App Revision.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type ReplicaInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<ReplicaInner> ContainerAppsRevisionReplicasClient.getReplicaWithResponse
(String resourceGroupName, String containerAppName, String revisionName, String replicaName, com.azure.core.util.Context context) Get a replica for a Container App Revision. -
Uses of ReplicaInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ReplicaInnerModifier and TypeMethodDescriptionstatic ReplicaInner
ReplicaInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicaInner from the JsonReader.ReplicaInner.withContainers
(List<ReplicaContainer> containers) Set the containers property: The containers collection under a replica.ReplicaInner.withInitContainers
(List<ReplicaContainer> initContainers) Set the initContainers property: The init containers collection under a replica.Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type ReplicaInnerModifier and TypeMethodDescriptionReplicaCollectionInner.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ReplicaInnerModifier and TypeMethodDescriptionReplicaCollectionInner.withValue
(List<ReplicaInner> value) Set the value property: Collection of resources. -
Uses of ReplicaInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ReplicaInnerModifier and TypeMethodDescriptionReplica.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ReplicaInner object.