Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ContainerAppInner
Packages that use ContainerAppInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ContainerAppInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ContainerAppInnerModifier and TypeMethodDescriptionContainerAppsClient.createOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.ContainerAppsClient.createOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope, com.azure.core.util.Context context) Create or update a Container App.ContainerAppsClient.getByResourceGroup
(String resourceGroupName, String name) Get the properties of a Container App.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ContainerAppInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope, com.azure.core.util.Context context) Create or update a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope, com.azure.core.util.Context context) Create or update a Container App.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdateAsync
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdateAsync
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.ContainerAppsClient.createOrUpdateAsync
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.ContainerAppsClient.getByResourceGroupAsync
(String resourceGroupName, String name) Get the properties of a Container App.com.azure.core.http.rest.Response
<ContainerAppInner> ContainerAppsClient.getByResourceGroupWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Get the properties of a Container App.Mono
<com.azure.core.http.rest.Response<ContainerAppInner>> ContainerAppsClient.getByResourceGroupWithResponseAsync
(String resourceGroupName, String name) Get the properties of a Container App.com.azure.core.http.rest.PagedIterable
<ContainerAppInner> ContainerAppsClient.list()
Get the Container Apps in a given subscription.com.azure.core.http.rest.PagedIterable
<ContainerAppInner> ContainerAppsClient.list
(com.azure.core.util.Context context) Get the Container Apps in a given subscription.com.azure.core.http.rest.PagedFlux
<ContainerAppInner> ContainerAppsClient.listAsync()
Get the Container Apps in a given subscription.com.azure.core.http.rest.PagedIterable
<ContainerAppInner> ContainerAppsClient.listByResourceGroup
(String resourceGroupName) Get the Container Apps in a given resource group.com.azure.core.http.rest.PagedIterable
<ContainerAppInner> ContainerAppsClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Get the Container Apps in a given resource group.com.azure.core.http.rest.PagedFlux
<ContainerAppInner> ContainerAppsClient.listByResourceGroupAsync
(String resourceGroupName) Get the Container Apps in a given resource group.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type ContainerAppInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope, com.azure.core.util.Context context) Create or update a Container App.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ContainerAppInner>, ContainerAppInner> ContainerAppsClient.beginCreateOrUpdateAsync
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.ContainerAppsClient.createOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.ContainerAppsClient.createOrUpdate
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope, com.azure.core.util.Context context) Create or update a Container App.ContainerAppsClient.createOrUpdateAsync
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ContainerAppsClient.createOrUpdateWithResponseAsync
(String resourceGroupName, String name, ContainerAppInner containerAppEnvelope) Create or update a Container App. -
Uses of ContainerAppInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ContainerAppInnerModifier and TypeMethodDescriptionstatic ContainerAppInner
ContainerAppInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAppInner from the JsonReader.ContainerAppInner.withConfiguration
(Configuration configuration) Set the configuration property: Non versioned Container App configuration properties.Set the kind property: Kind of resource.ContainerAppInner.withKubeEnvironmentId
(String kubeEnvironmentId) Set the kubeEnvironmentId property: Resource ID of the Container App's KubeEnvironment.ContainerAppInner.withLocation
(String location) ContainerAppInner.withTemplate
(Template template) Set the template property: Container App versioned application definition. -
Uses of ContainerAppInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ContainerAppInnerModifier and TypeMethodDescriptionContainerAppCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ContainerAppInnerModifier and TypeMethodDescriptionContainerAppCollection.withValue
(List<ContainerAppInner> value) Set the value property: Collection of resources.