次の方法で共有


IImportPipeline.SourceType Property

Definition

The type of source for the import pipeline.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of source for the import pipeline.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType? SourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of source for the import pipeline.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.SourceType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType> with get, set
Public Property SourceType As Nullable(Of PipelineSourceType)

Property Value

Attributes

Applies to