IGalleryApplicationVersionUpdate.PublishingProfileTargetExtendedLocation 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 target extended locations where the Image Version is going to be replicated to. This property is updatable.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The target extended locations where the Image Version is going to be replicated to. This property is updatable.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation) }, ReadOnly=false, Required=false, SerializedName="targetExtendedLocations")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[] PublishingProfileTargetExtendedLocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The target extended locations where the Image Version is going to be replicated to. This property is updatable.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation) }, ReadOnly=false, Required=false, SerializedName="targetExtendedLocations")>]
member this.PublishingProfileTargetExtendedLocation : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[] with get, set
Public Property PublishingProfileTargetExtendedLocation As IGalleryTargetExtendedLocation()
Property Value
- Attributes