IImageTemplate.Distribute Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Description="The distribution targets where the image output needs to go to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor), typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateManagedImageDistributor), typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateSharedImageDistributor), typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateVhdDistributor) }, ReadOnly=false, Required=true, SerializedName="distribute")]
public Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor[] Distribute { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Description="The distribution targets where the image output needs to go to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor) }, ReadOnly=false, Required=false, SerializedName="distribute")]
public Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor[] Distribute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Description="The distribution targets where the image output needs to go to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor), typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateManagedImageDistributor), typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateSharedImageDistributor), typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateVhdDistributor) }, ReadOnly=false, Required=true, SerializedName="distribute")>]
member this.Distribute : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor[] with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Description="The distribution targets where the image output needs to go to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor) }, ReadOnly=false, Required=false, SerializedName="distribute")>]
member this.Distribute : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.Api20200214.IImageTemplateDistributor[] with get, set
Public Property Distribute As IImageTemplateDistributor()

Property Value

IImageTemplateDistributor[]
Attributes

Applies to