SourceControl Interface
public interface SourceControl
An immutable client-side representation of SourceControl.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
branch()
Gets the branch property: The branch which will trigger the auto deployment. |
|
abstract
Github |
githubActionConfiguration()
Gets the github |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Source |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Source |
operationState()
Gets the operation |
|
abstract
Source |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Source |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
repoUrl()
Gets the repo |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Source |
Method Details
branch
public abstract String branch()
Gets the branch property: The branch which will trigger the auto deployment.
Returns:
githubActionConfiguration
public abstract GithubActionConfiguration githubActionConfiguration()
Gets the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SourceControlInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.SourceControlInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
operationState
public abstract SourceControlOperationState operationState()
Gets the operationState property: Current provisioning State of the operation.
Returns:
refresh
public abstract SourceControl refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SourceControl refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
repoUrl
public abstract String repoUrl()
Gets the repoUrl property: The repo url which will be integrated to ContainerApp.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SourceControl.Update update()
Begins update for the SourceControl resource.
Returns: