IAzureFabricSpecificDetails.Zone 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 zones.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The zones.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AZoneDetails) }, ReadOnly=false, Required=false, SerializedName="zones")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AZoneDetails[] Zone { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The zones.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AZoneDetails) }, ReadOnly=false, Required=false, SerializedName="zones")>]
member this.Zone : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AZoneDetails[] with get, set
Public Property Zone As IA2AZoneDetails()
Property Value
- Attributes