IHyperVReplicaAzureReplicationDetails.AllAvailableOSUpgradeConfiguration 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.
A value indicating all available inplace OS Upgrade configurations.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating all available inplace OS Upgrade configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IOSUpgradeSupportedVersions) }, ReadOnly=false, Required=false, SerializedName="allAvailableOSUpgradeConfigurations")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IOSUpgradeSupportedVersions[] AllAvailableOSUpgradeConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating all available inplace OS Upgrade configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IOSUpgradeSupportedVersions) }, ReadOnly=false, Required=false, SerializedName="allAvailableOSUpgradeConfigurations")>]
member this.AllAvailableOSUpgradeConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IOSUpgradeSupportedVersions[] with get, set
Public Property AllAvailableOSUpgradeConfiguration As IOSUpgradeSupportedVersions()
Property Value
- Attributes