public abstract ContainerAppInner getByResourceGroup(String resourceGroupName, String name)
Get the properties of a Container App.
Parameters:
resourceGroupName
- Name of the resource group to which the resource belongs.
name
- Name of the Container App.
Returns:
the properties of a Container App.
getByResourceGroupAsync
public abstract Mono getByResourceGroupAsync(String resourceGroupName, String name)
Get the properties of a Container App.
Parameters:
resourceGroupName
- Name of the resource group to which the resource belongs.
name
- Name of the Container App.
Returns:
the properties of a Container App on successful completion of Mono.
getByResourceGroupWithResponse
public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String name, Context context)
Get the properties of a Container App.
Parameters:
resourceGroupName
- Name of the resource group to which the resource belongs.
name
- Name of the Container App.
context
- The context to associate with this operation.
Returns:
the properties of a Container App along with Response<T>.
getByResourceGroupWithResponseAsync
public abstract Mono> getByResourceGroupWithResponseAsync(String resourceGroupName, String name)
Get the properties of a Container App.
Parameters:
resourceGroupName
- Name of the resource group to which the resource belongs.
name
- Name of the Container App.
Returns:
the properties of a Container App along with Response<T> on successful completion of Mono.
list
public abstract PagedIterable list()
Get the Container Apps in a given subscription.
Returns:
the Container Apps in a given subscription as paginated response with PagedIterable<T>.
list
public abstract PagedIterable list(Context context)
Get the Container Apps in a given subscription.
Parameters:
context
- The context to associate with this operation.
Returns:
the Container Apps in a given subscription as paginated response with PagedIterable<T>.
listAsync
public abstract PagedFlux listAsync()
Get the Container Apps in a given subscription.
Returns:
the Container Apps in a given subscription as paginated response with PagedFlux<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName)
Get the Container Apps in a given resource group.
Parameters:
resourceGroupName
- Name of the resource group to which the resource belongs.
Returns:
the Container Apps in a given resource group as paginated response with PagedIterable<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)
Get the Container Apps in a given resource group.
Parameters:
resourceGroupName
- Name of the resource group to which the resource belongs.
context
- The context to associate with this operation.
Returns:
the Container Apps in a given resource group as paginated response with PagedIterable<T>.
listByResourceGroupAsync
public abstract PagedFlux listByResourceGroupAsync(String resourceGroupName)
Get the Container Apps in a given resource group.
Parameters:
resourceGroupName
- Name of the resource group to which the resource belongs.
Returns:
the Container Apps in a given resource group as paginated response with PagedFlux<T>.
listSecrets
public abstract SecretsCollectionInner listSecrets(String name)
List secrets for a container app.
Parameters:
name
- Name of the Container App.
Returns:
container App Secrets Collection ARM resource.
listSecretsAsync
public abstract Mono listSecretsAsync(String name)
List secrets for a container app.
Parameters:
name
- Name of the Container App.
Returns:
container App Secrets Collection ARM resource on successful completion of Mono.
listSecretsWithResponse
public abstract Response listSecretsWithResponse(String name, Context context)
List secrets for a container app.
Parameters:
name
- Name of the Container App.
context
- The context to associate with this operation.
Returns:
container App Secrets Collection ARM resource along with Response<T>.
listSecretsWithResponseAsync
public abstract Mono> listSecretsWithResponseAsync(String name)
List secrets for a container app.
Parameters:
name
- Name of the Container App.
Returns:
container App Secrets Collection ARM resource along with Response<T> on successful completion of
Mono.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.