ContainerApps interface
Interface representing a ContainerApps.
Methods
begin |
Description for Create or update a Container App. |
begin |
Description for Create or update a Container App. |
begin |
Description for Delete a Container App. |
begin |
Description for Delete a Container App. |
get(string, string, Container |
Get the properties of a Container App. |
list |
Get the Container Apps in a given resource group. |
list |
Get the Container Apps in a given subscription. |
list |
List secrets for a container app |
Method Details
beginCreateOrUpdate(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)
Description for Create or update a Container App.
function beginCreateOrUpdate(resourceGroupName: string, name: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
- name
-
string
Name of the Container App.
- containerAppEnvelope
- ContainerApp
Container App.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>
beginCreateOrUpdateAndWait(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)
Description for Create or update a Container App.
function beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<ContainerApp>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
- name
-
string
Name of the Container App.
- containerAppEnvelope
- ContainerApp
Container App.
The options parameters.
Returns
Promise<ContainerApp>
beginDelete(string, string, ContainerAppsDeleteOptionalParams)
Description for Delete a Container App.
function beginDelete(resourceGroupName: string, name: string, options?: ContainerAppsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
- name
-
string
Name of the Container App.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ContainerAppsDeleteOptionalParams)
Description for Delete a Container App.
function beginDeleteAndWait(resourceGroupName: string, name: string, options?: ContainerAppsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
- name
-
string
Name of the Container App.
The options parameters.
Returns
Promise<void>
get(string, string, ContainerAppsGetOptionalParams)
Get the properties of a Container App.
function get(resourceGroupName: string, name: string, options?: ContainerAppsGetOptionalParams): Promise<ContainerApp>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
- name
-
string
Name of the Container App.
- options
- ContainerAppsGetOptionalParams
The options parameters.
Returns
Promise<ContainerApp>
listByResourceGroup(string, ContainerAppsListByResourceGroupOptionalParams)
Get the Container Apps in a given resource group.
function listByResourceGroup(resourceGroupName: string, options?: ContainerAppsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ContainerApp, ContainerApp[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of the resource group to which the resource belongs.
The options parameters.
Returns
listBySubscription(ContainerAppsListBySubscriptionOptionalParams)
Get the Container Apps in a given subscription.
function listBySubscription(options?: ContainerAppsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ContainerApp, ContainerApp[], PageSettings>
Parameters
The options parameters.
Returns
listSecrets(string, ContainerAppsListSecretsOptionalParams)
List secrets for a container app
function listSecrets(name: string, options?: ContainerAppsListSecretsOptionalParams): Promise<SecretsCollection>
Parameters
- name
-
string
Name of the Container App.
The options parameters.
Returns
Promise<SecretsCollection>