Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceUpdateParameters
Packages that use SourceUpdateParameters
Package
Description
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 SourceUpdateParametersModifier and TypeMethodDescriptionstatic SourceUpdateParametersSourceUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceUpdateParameters from the JsonReader.SourceTriggerUpdateParameters.sourceRepository()Get the sourceRepository property: The properties that describes the source(code) for the task.SourceUpdateParameters.withBranch(String branch) Set the branch property: The branch name of the source code.SourceUpdateParameters.withRepositoryUrl(String repositoryUrl) Set the repositoryUrl property: The full URL to the source code repository.SourceUpdateParameters.withSourceControlAuthProperties(AuthInfoUpdateParameters sourceControlAuthProperties) Set the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.SourceUpdateParameters.withSourceControlType(SourceControlType sourceControlType) Set the sourceControlType property: The type of source control service.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceUpdateParametersModifier and TypeMethodDescriptionSourceTriggerUpdateParameters.withSourceRepository(SourceUpdateParameters sourceRepository) Set the sourceRepository property: The properties that describes the source(code) for the task.