Uses of Interface
com.azure.resourcemanager.appcontainers.models.SourceControl
-
Packages that use SourceControl Package Description com.azure.resourcemanager.appcontainers.models 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 SourceControl Modifier and Type Method Description SourceControl
SourceControl.Update. apply()
Executes the update request.SourceControl
SourceControl.Update. apply(com.azure.core.util.Context context)
Executes the update request.SourceControl
SourceControl.DefinitionStages.WithCreate. create()
Executes the create request.SourceControl
SourceControl.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.SourceControl
ContainerAppsSourceControls. get(String resourceGroupName, String containerAppName, String name)
Get a SourceControl of a Container App.SourceControl
ContainerAppsSourceControls. getById(String id)
Get a SourceControl of a Container App.SourceControl
SourceControl. refresh()
Refreshes the resource to sync with Azure.SourceControl
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 SourceControl Modifier and Type Method Description com.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 name, 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.
-