IMachineExtensionUpgrade.ExtensionTarget 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.
Describes the Extension Target Properties.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Describes the Extension Target Properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget) }, Read=true, ReadOnly=false, Required=false, SerializedName="extensionTargets", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget ExtensionTarget { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Describes the Extension Target Properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget) }, Read=true, ReadOnly=false, Required=false, SerializedName="extensionTargets", Update=true)>]
member this.ExtensionTarget : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget with get, set
Public Property ExtensionTarget As IExtensionTarget
Property Value
- Attributes