Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceUpdateParameters
-
Packages that use SourceUpdateParameters Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of SourceUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SourceUpdateParameters Modifier and Type Method Description SourceUpdateParametersSourceTriggerUpdateParameters. sourceRepository()Get the sourceRepository property: The properties that describes the source(code) for the task.SourceUpdateParametersSourceUpdateParameters. withBranch(String branch)Set the branch property: The branch name of the source code.SourceUpdateParametersSourceUpdateParameters. withRepositoryUrl(String repositoryUrl)Set the repositoryUrl property: The full URL to the source code repository.SourceUpdateParametersSourceUpdateParameters. withSourceControlAuthProperties(AuthInfoUpdateParameters sourceControlAuthProperties)Set the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.SourceUpdateParametersSourceUpdateParameters. withSourceControlType(SourceControlType sourceControlType)Set the sourceControlType property: The type of source control service.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceUpdateParameters Modifier and Type Method Description SourceTriggerUpdateParametersSourceTriggerUpdateParameters. withSourceRepository(SourceUpdateParameters sourceRepository)Set the sourceRepository property: The properties that describes the source(code) for the task.
-