237 строки
19 KiB
YAML
237 строки
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient"
|
|
name: "ContainerAppsRevisionsClient"
|
|
nameWithType: "ContainerAppsRevisionsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Container<wbr>Apps<wbr>Revisions<wbr>Client."
|
|
syntax: "public interface **ContainerAppsRevisionsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.activateRevision(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.activateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
name: "activateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
nameWithType: "ContainerAppsRevisionsClient.activateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
summary: "Activates a revision for a Container App."
|
|
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 void activateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
desc: "Activates a revision for a Container App."
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.activateRevisionWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.activateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
name: "activateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
nameWithType: "ContainerAppsRevisionsClient.activateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
summary: "Activates a revision for a Container App."
|
|
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<Void> activateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
desc: "Activates a revision for a Container App."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.deactivateRevision(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.deactivateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
name: "deactivateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
nameWithType: "ContainerAppsRevisionsClient.deactivateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
summary: "Deactivates a revision for a Container App."
|
|
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 void deactivateRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
desc: "Deactivates a revision for a Container App."
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.deactivateRevisionWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.deactivateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
name: "deactivateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
nameWithType: "ContainerAppsRevisionsClient.deactivateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
summary: "Deactivates a revision for a Container App."
|
|
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<Void> deactivateRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
desc: "Deactivates a revision for a Container App."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.getRevision(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.getRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
name: "getRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
nameWithType: "ContainerAppsRevisionsClient.getRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
summary: "Get a revision of a Container App."
|
|
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 RevisionInner getRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
desc: "Get a revision of a Container App."
|
|
returns:
|
|
description: "a revision of a Container App."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner&text=RevisionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.getRevisionWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.getRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
name: "getRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
nameWithType: "ContainerAppsRevisionsClient.getRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
summary: "Get a revision of a Container App."
|
|
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<RevisionInner> getRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
desc: "Get a revision of a Container App."
|
|
returns:
|
|
description: "a revision of a Container App 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.fluent.models.RevisionInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner&text=RevisionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.listRevisions(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.listRevisions(String resourceGroupName, String containerAppName)"
|
|
name: "listRevisions(String resourceGroupName, String containerAppName)"
|
|
nameWithType: "ContainerAppsRevisionsClient.listRevisions(String resourceGroupName, String containerAppName)"
|
|
summary: "Get the Revisions for a given Container App."
|
|
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 for which Revisions are needed."
|
|
name: "containerAppName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<RevisionInner> listRevisions(String resourceGroupName, String containerAppName)"
|
|
desc: "Get the Revisions for a given Container App."
|
|
returns:
|
|
description: "the Revisions for a given Container App as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner&text=RevisionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.listRevisions(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.listRevisions(String resourceGroupName, String containerAppName, String filter, Context context)"
|
|
name: "listRevisions(String resourceGroupName, String containerAppName, String filter, Context context)"
|
|
nameWithType: "ContainerAppsRevisionsClient.listRevisions(String resourceGroupName, String containerAppName, String filter, Context context)"
|
|
summary: "Get the Revisions for a given Container App."
|
|
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 for which Revisions are needed."
|
|
name: "containerAppName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The filter to apply on the operation."
|
|
name: "filter"
|
|
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 PagedIterable<RevisionInner> listRevisions(String resourceGroupName, String containerAppName, String filter, Context context)"
|
|
desc: "Get the Revisions for a given Container App."
|
|
returns:
|
|
description: "the Revisions for a given Container App as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner&text=RevisionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.restartRevision(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.restartRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
name: "restartRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
nameWithType: "ContainerAppsRevisionsClient.restartRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
summary: "Restarts a revision for a Container App."
|
|
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 void restartRevision(String resourceGroupName, String containerAppName, String revisionName)"
|
|
desc: "Restarts a revision for a Container App."
|
|
- uid: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.restartRevisionWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.fluent.ContainerAppsRevisionsClient.restartRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
name: "restartRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
nameWithType: "ContainerAppsRevisionsClient.restartRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
summary: "Restarts a revision for a Container App."
|
|
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<Void> restartRevisionWithResponse(String resourceGroupName, String containerAppName, String revisionName, Context context)"
|
|
desc: "Restarts a revision for a Container App."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in ContainerAppsRevisionsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appcontainers.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0
|