Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ReplicaInner
-
Packages that use ReplicaInner 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 ReplicaInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return ReplicaInner Modifier and Type Method Description ReplicaInner
ContainerAppsRevisionReplicasClient. getReplica(String resourceGroupName, String containerAppName, String revisionName, String name)
Get a replica for a Container App Revision.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type ReplicaInner Modifier and Type Method Description com.azure.core.http.rest.Response<ReplicaInner>
ContainerAppsRevisionReplicasClient. getReplicaWithResponse(String resourceGroupName, String containerAppName, String revisionName, String name, 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 ReplicaInner Modifier and Type Method Description ReplicaInner
ReplicaInner. withContainers(List<ReplicaContainer> containers)
Set the containers property: The containers collection under a replica.Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type ReplicaInner Modifier and Type Method Description List<ReplicaInner>
ReplicaCollectionInner. value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ReplicaInner Modifier and Type Method Description ReplicaCollectionInner
ReplicaCollectionInner. 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 ReplicaInner Modifier and Type Method Description ReplicaInner
Replica. innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ReplicaInner object.
-