azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

441 строка
33 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps"
name: "ContainerApps"
nameWithType: "ContainerApps"
summary: "Resource collection API of Container<wbr>Apps."
syntax: "public interface **ContainerApps**"
methods:
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.define(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.define(String name)"
name: "define(String name)"
nameWithType: "ContainerApps.define(String name)"
summary: "Begins definition for a new Container<wbr>App resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ContainerApp.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ContainerApp resource."
returns:
description: "the first stage of the new ContainerApp definition."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp.DefinitionStages.Blank?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.delete(String resourceGroupName, String containerAppName, Context context)"
name: "delete(String resourceGroupName, String containerAppName, Context context)"
nameWithType: "ContainerApps.delete(String resourceGroupName, String containerAppName, Context context)"
summary: "Delete 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: "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 void delete(String resourceGroupName, String containerAppName, Context context)"
desc: "Delete a Container App."
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ContainerApps.deleteById(String id)"
summary: "Delete a Container App."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete a Container App."
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ContainerApps.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a Container App."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a Container App."
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.deleteByResourceGroup(String resourceGroupName, String containerAppName)"
name: "deleteByResourceGroup(String resourceGroupName, String containerAppName)"
nameWithType: "ContainerApps.deleteByResourceGroup(String resourceGroupName, String containerAppName)"
summary: "Delete 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>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String containerAppName)"
desc: "Delete a Container App."
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getAuthToken(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getAuthToken(String resourceGroupName, String containerAppName)"
name: "getAuthToken(String resourceGroupName, String containerAppName)"
nameWithType: "ContainerApps.getAuthToken(String resourceGroupName, String containerAppName)"
summary: "Get auth token 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>"
syntax: "public abstract ContainerAppAuthToken getAuthToken(String resourceGroupName, String containerAppName)"
desc: "Get auth token for a container app."
returns:
description: "auth token for a container app."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerAppAuthToken?alt=com.azure.resourcemanager.appcontainers.models.ContainerAppAuthToken&text=ContainerAppAuthToken\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getAuthTokenWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getAuthTokenWithResponse(String resourceGroupName, String containerAppName, Context context)"
name: "getAuthTokenWithResponse(String resourceGroupName, String containerAppName, Context context)"
nameWithType: "ContainerApps.getAuthTokenWithResponse(String resourceGroupName, String containerAppName, Context context)"
summary: "Get auth token 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: "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<ContainerAppAuthToken> getAuthTokenWithResponse(String resourceGroupName, String containerAppName, Context context)"
desc: "Get auth token for a container app."
returns:
description: "auth token for 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerAppAuthToken?alt=com.azure.resourcemanager.appcontainers.models.ContainerAppAuthToken&text=ContainerAppAuthToken\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getById(String id)"
name: "getById(String id)"
nameWithType: "ContainerApps.getById(String id)"
summary: "Get the properties of a Container App."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ContainerApp getById(String id)"
desc: "Get the properties of a Container App."
returns:
description: "the properties 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.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "ContainerApps.getByIdWithResponse(String id, Context context)"
summary: "Get the properties of a Container App."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<ContainerApp> getByIdWithResponse(String id, Context context)"
desc: "Get the properties of a Container App."
returns:
description: "the properties 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getByResourceGroup(String resourceGroupName, String containerAppName)"
name: "getByResourceGroup(String resourceGroupName, String containerAppName)"
nameWithType: "ContainerApps.getByResourceGroup(String resourceGroupName, String containerAppName)"
summary: "Get the properties 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>"
syntax: "public abstract ContainerApp getByResourceGroup(String resourceGroupName, String containerAppName)"
desc: "Get the properties of a Container App."
returns:
description: "the properties of a Container App."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.getByResourceGroupWithResponse(String resourceGroupName, String containerAppName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String containerAppName, Context context)"
nameWithType: "ContainerApps.getByResourceGroupWithResponse(String resourceGroupName, String containerAppName, Context context)"
summary: "Get the properties 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: "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<ContainerApp> getByResourceGroupWithResponse(String resourceGroupName, String containerAppName, Context context)"
desc: "Get the properties of a Container App."
returns:
description: "the properties 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.list()"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.list()"
name: "list()"
nameWithType: "ContainerApps.list()"
summary: "Get the Container Apps in a given subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ContainerApp> list()"
desc: "Get the Container Apps in a given subscription."
returns:
description: "the Container Apps in a given subscription 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.list(Context context)"
name: "list(Context context)"
nameWithType: "ContainerApps.list(Context context)"
summary: "Get the Container Apps in a given subscription."
modifiers:
- "abstract"
parameters:
- 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<ContainerApp> list(Context context)"
desc: "Get the Container Apps in a given subscription."
returns:
description: "the Container Apps in a given subscription 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ContainerApps.listByResourceGroup(String resourceGroupName)"
summary: "Get the Container Apps in a given resource group."
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>"
syntax: "public abstract PagedIterable<ContainerApp> listByResourceGroup(String resourceGroupName)"
desc: "Get the Container Apps in a given resource group."
returns:
description: "the Container Apps in a given resource group 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "ContainerApps.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Get the Container Apps in a given resource group."
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: "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<ContainerApp> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Get the Container Apps in a given resource group."
returns:
description: "the Container Apps in a given resource group 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listCustomHostnameAnalysis(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listCustomHostnameAnalysis(String resourceGroupName, String containerAppName)"
name: "listCustomHostnameAnalysis(String resourceGroupName, String containerAppName)"
nameWithType: "ContainerApps.listCustomHostnameAnalysis(String resourceGroupName, String containerAppName)"
summary: "Analyzes a custom hostname 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>"
syntax: "public abstract CustomHostnameAnalysisResult listCustomHostnameAnalysis(String resourceGroupName, String containerAppName)"
desc: "Analyzes a custom hostname for a Container App."
returns:
description: "custom domain analysis."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.CustomHostnameAnalysisResult?alt=com.azure.resourcemanager.appcontainers.models.CustomHostnameAnalysisResult&text=CustomHostnameAnalysisResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listCustomHostnameAnalysisWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listCustomHostnameAnalysisWithResponse(String resourceGroupName, String containerAppName, String customHostname, Context context)"
name: "listCustomHostnameAnalysisWithResponse(String resourceGroupName, String containerAppName, String customHostname, Context context)"
nameWithType: "ContainerApps.listCustomHostnameAnalysisWithResponse(String resourceGroupName, String containerAppName, String customHostname, Context context)"
summary: "Analyzes a custom hostname 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: "Custom hostname."
name: "customHostname"
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<CustomHostnameAnalysisResult> listCustomHostnameAnalysisWithResponse(String resourceGroupName, String containerAppName, String customHostname, Context context)"
desc: "Analyzes a custom hostname for a Container App."
returns:
description: "custom domain analysis 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.CustomHostnameAnalysisResult?alt=com.azure.resourcemanager.appcontainers.models.CustomHostnameAnalysisResult&text=CustomHostnameAnalysisResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listSecrets(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listSecrets(String resourceGroupName, String containerAppName)"
name: "listSecrets(String resourceGroupName, String containerAppName)"
nameWithType: "ContainerApps.listSecrets(String resourceGroupName, String containerAppName)"
summary: "List secrets 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>"
syntax: "public abstract SecretsCollection listSecrets(String resourceGroupName, String containerAppName)"
desc: "List secrets for a container app."
returns:
description: "container App Secrets Collection ARM resource."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.SecretsCollection?alt=com.azure.resourcemanager.appcontainers.models.SecretsCollection&text=SecretsCollection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listSecretsWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.listSecretsWithResponse(String resourceGroupName, String containerAppName, Context context)"
name: "listSecretsWithResponse(String resourceGroupName, String containerAppName, Context context)"
nameWithType: "ContainerApps.listSecretsWithResponse(String resourceGroupName, String containerAppName, Context context)"
summary: "List secrets 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: "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<SecretsCollection> listSecretsWithResponse(String resourceGroupName, String containerAppName, Context context)"
desc: "List secrets for a container app."
returns:
description: "container App Secrets 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\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.SecretsCollection?alt=com.azure.resourcemanager.appcontainers.models.SecretsCollection&text=SecretsCollection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.start(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.start(String resourceGroupName, String containerAppName)"
name: "start(String resourceGroupName, String containerAppName)"
nameWithType: "ContainerApps.start(String resourceGroupName, String containerAppName)"
summary: "Start 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>"
syntax: "public abstract ContainerApp start(String resourceGroupName, String containerAppName)"
desc: "Start a container app."
returns:
description: "container App."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.start(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.start(String resourceGroupName, String containerAppName, Context context)"
name: "start(String resourceGroupName, String containerAppName, Context context)"
nameWithType: "ContainerApps.start(String resourceGroupName, String containerAppName, Context context)"
summary: "Start 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: "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 ContainerApp start(String resourceGroupName, String containerAppName, Context context)"
desc: "Start a container app."
returns:
description: "container App."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.stop(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.stop(String resourceGroupName, String containerAppName)"
name: "stop(String resourceGroupName, String containerAppName)"
nameWithType: "ContainerApps.stop(String resourceGroupName, String containerAppName)"
summary: "Stop 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>"
syntax: "public abstract ContainerApp stop(String resourceGroupName, String containerAppName)"
desc: "Stop a container app."
returns:
description: "container App."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ContainerApps.stop(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcontainers.models.ContainerApps.stop(String resourceGroupName, String containerAppName, Context context)"
name: "stop(String resourceGroupName, String containerAppName, Context context)"
nameWithType: "ContainerApps.stop(String resourceGroupName, String containerAppName, Context context)"
summary: "Stop 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: "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 ContainerApp stop(String resourceGroupName, String containerAppName, Context context)"
desc: "Stop a container app."
returns:
description: "container App."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerApp?alt=com.azure.resourcemanager.appcontainers.models.ContainerApp&text=ContainerApp\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Resource collection API of ContainerApps."
metadata: {}
package: "com.azure.resourcemanager.appcontainers.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0