Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger.DefinitionStages.RepositoryUrl
-
Packages that use RegistrySourceTrigger.DefinitionStages.RepositoryUrl Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of RegistrySourceTrigger.DefinitionStages.RepositoryUrl in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistrySourceTrigger.DefinitionStages.RepositoryUrl in com.azure.resourcemanager.containerregistry.models Modifier and Type Interface Description static interfaceRegistrySourceTrigger.DefinitionContainer interface for all of the definitions related to a container registry source trigger.Methods in com.azure.resourcemanager.containerregistry.models that return RegistrySourceTrigger.DefinitionStages.RepositoryUrl Modifier and Type Method Description RegistrySourceTrigger.DefinitionStages.RepositoryUrlRegistrySourceTrigger.DefinitionStages.Blank. withAzureDevOpsAsSourceControl()The function that specifies Azure DevOps will be used as the type of source control.RegistrySourceTrigger.DefinitionStages.RepositoryUrlRegistrySourceTrigger.DefinitionStages.Blank. withGithubAsSourceControl()The function that specifies Github will be used as the type of source control.RegistrySourceTrigger.DefinitionStages.RepositoryUrlRegistrySourceTrigger.DefinitionStages.Blank. withSourceControl(SourceControlType sourceControl)The function that allows the user to input their own kind of source control.
-