114 строки
9.1 KiB
YAML
114 строки
9.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas"
|
|
name: "ContainerAppsRevisionReplicas"
|
|
nameWithType: "ContainerAppsRevisionReplicas"
|
|
summary: "Resource collection API of Container<wbr>Apps<wbr>Revision<wbr>Replicas."
|
|
syntax: "public interface **ContainerAppsRevisionReplicas**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.getReplica(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.getReplica(String resourceGroupName, String containerAppName, String revisionName, String replicaName)"
|
|
name: "getReplica(String resourceGroupName, String containerAppName, String revisionName, String replicaName)"
|
|
nameWithType: "ContainerAppsRevisionReplicas.getReplica(String resourceGroupName, String containerAppName, String revisionName, String replicaName)"
|
|
summary: "Get a replica for a Container App Revision."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App."
|
|
name: "containerAppName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App Revision."
|
|
name: "revisionName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App Revision Replica."
|
|
name: "replicaName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Replica getReplica(String resourceGroupName, String containerAppName, String revisionName, String replicaName)"
|
|
desc: "Get a replica for a Container App Revision."
|
|
returns:
|
|
description: "a replica for a Container App Revision."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Replica?alt=com.azure.resourcemanager.appcontainers.models.Replica&text=Replica\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.getReplicaWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.getReplicaWithResponse(String resourceGroupName, String containerAppName, String revisionName, String replicaName, Context context)"
|
|
name: "getReplicaWithResponse(String resourceGroupName, String containerAppName, String revisionName, String replicaName, Context context)"
|
|
nameWithType: "ContainerAppsRevisionReplicas.getReplicaWithResponse(String resourceGroupName, String containerAppName, String revisionName, String replicaName, Context context)"
|
|
summary: "Get a replica for a Container App Revision."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App."
|
|
name: "containerAppName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App Revision."
|
|
name: "revisionName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App Revision Replica."
|
|
name: "replicaName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Replica> getReplicaWithResponse(String resourceGroupName, String containerAppName, String revisionName, String replicaName, Context context)"
|
|
desc: "Get a replica for a Container App Revision."
|
|
returns:
|
|
description: "a replica for a Container App Revision along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.Replica?alt=com.azure.resourcemanager.appcontainers.models.Replica&text=Replica\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.listReplicas(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.listReplicas(String resourceGroupName, String containerAppName, String revisionName)"
|
|
name: "listReplicas(String resourceGroupName, String containerAppName, String revisionName)"
|
|
nameWithType: "ContainerAppsRevisionReplicas.listReplicas(String resourceGroupName, String containerAppName, String revisionName)"
|
|
summary: "List replicas for a Container App Revision."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App."
|
|
name: "containerAppName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App Revision."
|
|
name: "revisionName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ReplicaCollection listReplicas(String resourceGroupName, String containerAppName, String revisionName)"
|
|
desc: "List replicas for a Container App Revision."
|
|
returns:
|
|
description: "container App Revision Replicas collection ARM resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ReplicaCollection?alt=com.azure.resourcemanager.appcontainers.models.ReplicaCollection&text=ReplicaCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.listReplicasWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerAppsRevisionReplicas.listReplicasWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
name: "listReplicasWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
nameWithType: "ContainerAppsRevisionReplicas.listReplicasWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
summary: "List replicas for a Container App Revision."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App."
|
|
name: "containerAppName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Container App Revision."
|
|
name: "revisionName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<ReplicaCollection> listReplicasWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
desc: "List replicas for a Container App Revision."
|
|
returns:
|
|
description: "container App Revision Replicas collection ARM resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.ReplicaCollection?alt=com.azure.resourcemanager.appcontainers.models.ReplicaCollection&text=ReplicaCollection\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of ContainerAppsRevisionReplicas."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appcontainers.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0
|