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