IBaseImageTriggerUpdateParameters.BaseImageTriggerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the auto trigger for base image dependency updates.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PSArgumentCompleter(new System.String[] { "All", "Runtime" })]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The type of the auto trigger for base image dependency updates.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="baseImageTriggerType", Update=true)]
public string BaseImageTriggerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PSArgumentCompleter(new System.String[] { "All", "Runtime" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The type of the auto trigger for base image dependency updates.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="baseImageTriggerType", Update=true)>]
member this.BaseImageTriggerType : string with get, set
Public Property BaseImageTriggerType As String
Property Value
- Attributes