Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceControlType
-
Packages that use SourceControlType Package Description com.azure.resourcemanager.containerregistry.models 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 SourceControlType Modifier and Type Field Description static SourceControlTypeSourceControlType. GITHUBStatic value Github for SourceControlType.static SourceControlTypeSourceControlType. VISUAL_STUDIO_TEAM_SERVICEStatic value VisualStudioTeamService for SourceControlType.Methods in com.azure.resourcemanager.containerregistry.models that return SourceControlType Modifier and Type Method Description static SourceControlTypeSourceControlType. fromString(String name)Creates or finds a SourceControlType from its string representation.SourceControlTypeRegistrySourceTrigger. sourceControlType()SourceControlTypeSourceProperties. sourceControlType()Get the sourceControlType property: The type of source control service.SourceControlTypeSourceUpdateParameters. 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 SourceControlType Modifier and Type Method Description static Collection<SourceControlType>SourceControlType. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceControlType Modifier and Type Method Description RegistrySourceTrigger.DefinitionStages.RepositoryUrlRegistrySourceTrigger.DefinitionStages.Blank. withSourceControl(SourceControlType sourceControl)The function that allows the user to input their own kind of source control.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryUrlRegistrySourceTrigger.UpdateDefinitionStages.Blank. withSourceControl(SourceControlType sourceControl)The function that allows the user to input their own kind of source control.RegistrySourceTrigger.UpdateRegistrySourceTrigger.UpdateStages.SourceControlType. withSourceControl(SourceControlType sourceControl)The function that allows the user to input their own kind of source control.SourcePropertiesSourceProperties. withSourceControlType(SourceControlType sourceControlType)Set the sourceControlType property: The type of source control service.SourceUpdateParametersSourceUpdateParameters. withSourceControlType(SourceControlType sourceControlType)Set the sourceControlType property: The type of source control service.
-