Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.SourceControlInner
Packages that use SourceControlInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of SourceControlInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return SourceControlInnerModifier and TypeMethodDescriptionContainerAppsSourceControlsClient.createOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope) Create or update the SourceControl for a Container App.ContainerAppsSourceControlsClient.createOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context) Create or update the SourceControl for a Container App.ContainerAppsSourceControlsClient.get
(String resourceGroupName, String containerAppName, String sourceControlName) Get a SourceControl of a Container App.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type SourceControlInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SourceControlInner>, SourceControlInner> ContainerAppsSourceControlsClient.beginCreateOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope) Create or update the SourceControl for a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SourceControlInner>, SourceControlInner> ContainerAppsSourceControlsClient.beginCreateOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope) Create or update the SourceControl for a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SourceControlInner>, SourceControlInner> ContainerAppsSourceControlsClient.beginCreateOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context) Create or update the SourceControl for a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SourceControlInner>, SourceControlInner> ContainerAppsSourceControlsClient.beginCreateOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context) Create or update the SourceControl for a Container App.com.azure.core.http.rest.Response
<SourceControlInner> ContainerAppsSourceControlsClient.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
<SourceControlInner> ContainerAppsSourceControlsClient.listByContainerApp
(String resourceGroupName, String containerAppName) Get the Container App SourceControls in a given resource group.com.azure.core.http.rest.PagedIterable
<SourceControlInner> ContainerAppsSourceControlsClient.listByContainerApp
(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the Container App SourceControls in a given resource group.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type SourceControlInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SourceControlInner>, SourceControlInner> ContainerAppsSourceControlsClient.beginCreateOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope) Create or update the SourceControl for a Container App.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SourceControlInner>, SourceControlInner> ContainerAppsSourceControlsClient.beginCreateOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context) Create or update the SourceControl for a Container App.ContainerAppsSourceControlsClient.createOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope) Create or update the SourceControl for a Container App.ContainerAppsSourceControlsClient.createOrUpdate
(String resourceGroupName, String containerAppName, String sourceControlName, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context) Create or update the SourceControl for a Container App. -
Uses of SourceControlInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return SourceControlInnerModifier and TypeMethodDescriptionstatic SourceControlInner
SourceControlInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SourceControlInner from the JsonReader.SourceControlInner.withBranch
(String branch) Set the branch property: The branch which will trigger the auto deployment.SourceControlInner.withGithubActionConfiguration
(GithubActionConfiguration githubActionConfiguration) Set the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.SourceControlInner.withRepoUrl
(String repoUrl) Set the repoUrl property: The repo url which will be integrated to ContainerApp. -
Uses of SourceControlInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SourceControlInnerModifier and TypeMethodDescriptionSourceControl.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.SourceControlInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SourceControlInnerModifier and TypeMethodDescriptionSourceControlCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type SourceControlInnerModifier and TypeMethodDescriptionSourceControlCollection.withValue
(List<SourceControlInner> value) Set the value property: Collection of resources.