Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.SourceControlInner
-
Packages that use SourceControlInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 SourceControlInner Modifier and Type Method Description SourceControlInner
ContainerAppsSourceControlsClient. createOrUpdate(String resourceGroupName, String containerAppName, String name, SourceControlInner sourceControlEnvelope)
Description for Create or update the SourceControl for a Container App.SourceControlInner
ContainerAppsSourceControlsClient. createOrUpdate(String resourceGroupName, String containerAppName, String name, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context)
Description for Create or update the SourceControl for a Container App.SourceControlInner
ContainerAppsSourceControlsClient. get(String resourceGroupName, String containerAppName, String name)
Get a SourceControl of a Container App.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type SourceControlInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SourceControlInner>,SourceControlInner>
ContainerAppsSourceControlsClient. beginCreateOrUpdate(String resourceGroupName, String containerAppName, String name, SourceControlInner sourceControlEnvelope)
Description for 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 name, SourceControlInner sourceControlEnvelope)
Description for 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 name, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context)
Description for 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 name, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context)
Description for Create or update the SourceControl for a Container App.com.azure.core.http.rest.Response<SourceControlInner>
ContainerAppsSourceControlsClient. 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<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 SourceControlInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SourceControlInner>,SourceControlInner>
ContainerAppsSourceControlsClient. beginCreateOrUpdate(String resourceGroupName, String containerAppName, String name, SourceControlInner sourceControlEnvelope)
Description for 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 name, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context)
Description for Create or update the SourceControl for a Container App.SourceControlInner
ContainerAppsSourceControlsClient. createOrUpdate(String resourceGroupName, String containerAppName, String name, SourceControlInner sourceControlEnvelope)
Description for Create or update the SourceControl for a Container App.SourceControlInner
ContainerAppsSourceControlsClient. createOrUpdate(String resourceGroupName, String containerAppName, String name, SourceControlInner sourceControlEnvelope, com.azure.core.util.Context context)
Description for 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 SourceControlInner Modifier and Type Method Description SourceControlInner
SourceControlInner. withBranch(String branch)
Set the branch property: The branch which will trigger the auto deployment.SourceControlInner
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
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 SourceControlInner Modifier and Type Method Description SourceControlInner
SourceControl. 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 SourceControlInner Modifier and Type Method Description List<SourceControlInner>
SourceControlCollection. value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type SourceControlInner Modifier and Type Method Description SourceControlCollection
SourceControlCollection. withValue(List<SourceControlInner> value)
Set the value property: Collection of resources.
-