Uses of Interface
com.azure.resourcemanager.appcontainers.models.SourceControl
Packages that use SourceControl
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SourceControl in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SourceControlModifier and TypeMethodDescriptionSourceControl.Update.apply()
Executes the update request.SourceControl.Update.apply
(com.azure.core.util.Context context) Executes the update request.SourceControl.DefinitionStages.WithCreate.create()
Executes the create request.SourceControl.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ContainerAppsSourceControls.get
(String resourceGroupName, String containerAppName, String sourceControlName) Get a SourceControl of a Container App.Get a SourceControl of a Container App.SourceControl.refresh()
Refreshes the resource to sync with Azure.SourceControl.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SourceControlModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<SourceControl> ContainerAppsSourceControls.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get a SourceControl of a Container App.com.azure.core.http.rest.Response
<SourceControl> ContainerAppsSourceControls.getWithResponse
(String resourceGroupName, String containerAppName, String sourceControlName, com.azure.core.util.Context context) Get a SourceControl of a Container App.com.azure.core.http.rest.PagedIterable
<SourceControl> ContainerAppsSourceControls.listByContainerApp
(String resourceGroupName, String containerAppName) Get the Container App SourceControls in a given resource group.com.azure.core.http.rest.PagedIterable
<SourceControl> ContainerAppsSourceControls.listByContainerApp
(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the Container App SourceControls in a given resource group.