File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ public partial class PSNatGateway : PSTopLevelResource
3333 public List < PSResourceId > PublicIpAddressesV6 { get ; set ; }
3434 public List < PSResourceId > PublicIpPrefixesV6 { get ; set ; }
3535 public PSResourceId SourceVirtualNetwork { get ; set ; }
36+ [ Ps1Xml ( Target = ViewControl . Table ) ]
3637 public string Nat64 { get ; set ; }
3738
3839 [ JsonIgnore ]
Original file line number Diff line number Diff line change 63526352 <Alignment >Left</Alignment >
63536353 <Label >SourceVirtualNetwork</Label >
63546354 </TableColumnHeader >
6355+ <TableColumnHeader >
6356+ <Alignment >Left</Alignment >
6357+ <Label >Nat64</Label >
6358+ </TableColumnHeader >
63556359 </TableHeaders >
63566360 <TableRowEntries >
63576361 <TableRowEntry >
63846388 <Alignment >Left</Alignment >
63856389 <PropertyName >SourceVirtualNetworkText</PropertyName >
63866390 </TableColumnItem >
6391+ <TableColumnItem >
6392+ <Alignment >Left</Alignment >
6393+ <PropertyName >Nat64</PropertyName >
6394+ </TableColumnItem >
63876395 </TableColumnItems >
63886396 </TableRowEntry >
63896397 </TableRowEntries >
You can’t perform that action at this time.
0 commit comments