Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceControlType
Packages that use SourceControlType
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SourceControlType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as SourceControlTypeModifier and TypeFieldDescriptionstatic final SourceControlTypeSourceControlType.GITHUBStatic value Github for SourceControlType.static final SourceControlTypeSourceControlType.VISUAL_STUDIO_TEAM_SERVICEStatic value VisualStudioTeamService for SourceControlType.Methods in com.azure.resourcemanager.containerregistry.models that return SourceControlTypeModifier and TypeMethodDescriptionstatic SourceControlTypeSourceControlType.fromString(String name) Creates or finds a SourceControlType from its string representation.RegistrySourceTrigger.sourceControlType()SourceProperties.sourceControlType()Get the sourceControlType property: The type of source control service.SourceUpdateParameters.sourceControlType()Get the sourceControlType property: The type of source control service.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SourceControlTypeModifier and TypeMethodDescriptionstatic Collection<SourceControlType>SourceControlType.values()Gets known SourceControlType values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceControlTypeModifier and TypeMethodDescriptionRegistrySourceTrigger.DefinitionStages.Blank.withSourceControl(SourceControlType sourceControl) The function that allows the user to input their own kind of source control.RegistrySourceTrigger.UpdateDefinitionStages.Blank.withSourceControl(SourceControlType sourceControl) The function that allows the user to input their own kind of source control.RegistrySourceTrigger.UpdateStages.SourceControlType.withSourceControl(SourceControlType sourceControl) The function that allows the user to input their own kind of source control.SourceProperties.withSourceControlType(SourceControlType sourceControlType) Set the sourceControlType property: The type of source control service.SourceUpdateParameters.withSourceControlType(SourceControlType sourceControlType) Set the sourceControlType property: The type of source control service.