Sdílet prostřednictvím


IContainerAppsOperations Interface

Definition

ContainerAppsOperations operations.

public interface IContainerAppsOperations
type IContainerAppsOperations = interface
Public Interface IContainerAppsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ContainerApp, Dictionary<String,List<String>>, CancellationToken)

Create or update a Container App.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Container App.

CreateOrUpdateWithHttpMessagesAsync(String, String, ContainerApp, Dictionary<String,List<String>>, CancellationToken)

Create or update a Container App.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Container App.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the properties of a Container App.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get the Container Apps in a given resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get the Container Apps in a given resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get the Container Apps in a given subscription.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Get the Container Apps in a given subscription.

ListSecretsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List secrets for a container app

Extension Methods

BeginCreateOrUpdate(IContainerAppsOperations, String, String, ContainerApp)

Create or update a Container App.

BeginCreateOrUpdateAsync(IContainerAppsOperations, String, String, ContainerApp, CancellationToken)

Create or update a Container App.

BeginDelete(IContainerAppsOperations, String, String)

Delete a Container App.

BeginDeleteAsync(IContainerAppsOperations, String, String, CancellationToken)

Delete a Container App.

CreateOrUpdate(IContainerAppsOperations, String, String, ContainerApp)

Create or update a Container App.

CreateOrUpdateAsync(IContainerAppsOperations, String, String, ContainerApp, CancellationToken)

Create or update a Container App.

Delete(IContainerAppsOperations, String, String)

Delete a Container App.

DeleteAsync(IContainerAppsOperations, String, String, CancellationToken)

Delete a Container App.

Get(IContainerAppsOperations, String, String)

Get the properties of a Container App.

GetAsync(IContainerAppsOperations, String, String, CancellationToken)

Get the properties of a Container App.

ListByResourceGroup(IContainerAppsOperations, String)

Get the Container Apps in a given resource group.

ListByResourceGroupAsync(IContainerAppsOperations, String, CancellationToken)

Get the Container Apps in a given resource group.

ListByResourceGroupNext(IContainerAppsOperations, String)

Get the Container Apps in a given resource group.

ListByResourceGroupNextAsync(IContainerAppsOperations, String, CancellationToken)

Get the Container Apps in a given resource group.

ListBySubscription(IContainerAppsOperations)

Get the Container Apps in a given subscription.

ListBySubscriptionAsync(IContainerAppsOperations, CancellationToken)

Get the Container Apps in a given subscription.

ListBySubscriptionNext(IContainerAppsOperations, String)

Get the Container Apps in a given subscription.

ListBySubscriptionNextAsync(IContainerAppsOperations, String, CancellationToken)

Get the Container Apps in a given subscription.

ListSecrets(IContainerAppsOperations, String)

List secrets for a container app

ListSecretsAsync(IContainerAppsOperations, String, CancellationToken)

List secrets for a container app

Applies to