Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ReplicaCollectionInner
Packages that use ReplicaCollectionInner
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 ReplicaCollectionInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return ReplicaCollectionInnerModifier and TypeMethodDescriptionContainerAppsRevisionReplicasClient.listReplicas
(String resourceGroupName, String containerAppName, String revisionName) List replicas for a Container App Revision.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type ReplicaCollectionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<ReplicaCollectionInner> ContainerAppsRevisionReplicasClient.listReplicasWithResponse
(String resourceGroupName, String containerAppName, String revisionName, com.azure.core.util.Context context) List replicas for a Container App Revision. -
Uses of ReplicaCollectionInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ReplicaCollectionInnerModifier and TypeMethodDescriptionstatic ReplicaCollectionInner
ReplicaCollectionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicaCollectionInner from the JsonReader.ReplicaCollectionInner.withValue
(List<ReplicaInner> value) Set the value property: Collection of resources. -
Uses of ReplicaCollectionInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ReplicaCollectionInnerModifier and TypeMethodDescriptionReplicaCollection.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ReplicaCollectionInner object.