Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ReplicaCollectionInner
-
Packages that use ReplicaCollectionInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 ReplicaCollectionInner Modifier and Type Method Description ReplicaCollectionInner
ContainerAppsRevisionReplicasClient. 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 ReplicaCollectionInner Modifier and Type Method Description com.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 ReplicaCollectionInner Modifier and Type Method Description ReplicaCollectionInner
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 ReplicaCollectionInner Modifier and Type Method Description ReplicaCollectionInner
ReplicaCollection. innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ReplicaCollectionInner object.
-