IInMageAzureV2ReplicationDetails.AllAvailableOSUpgradeConfiguration Property

Definition

A value indicating all available inplace OS Upgrade configurations.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="A value indicating all available inplace OS Upgrade configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSUpgradeSupportedVersions) }, Read=true, ReadOnly=false, Required=false, SerializedName="allAvailableOSUpgradeConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSUpgradeSupportedVersions> AllAvailableOSUpgradeConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="A value indicating all available inplace OS Upgrade configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSUpgradeSupportedVersions) }, Read=true, ReadOnly=false, Required=false, SerializedName="allAvailableOSUpgradeConfigurations", Update=true)>]
member this.AllAvailableOSUpgradeConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSUpgradeSupportedVersions> with get, set
Public Property AllAvailableOSUpgradeConfiguration As List(Of IOSUpgradeSupportedVersions)

Property Value

Attributes

Applies to