migrate proxy (#2206)

* migrate proxy function

* - added private ip address query
- updated Azure.ResourceManager.Storage to non beta release

* remove comment

* extracting nework interface query

* format

* Update src/ApiService/ApiService/Functions/Proxy.cs

Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com>

* fix function name

* Fix merge conflict

Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com>
This commit is contained in:
Cheick Keita
2022-08-04 13:09:09 -07:00
committed by GitHub
parent 3a0e8bb2e3
commit 6d07095eea
19 changed files with 416 additions and 66 deletions

View File

@ -112,7 +112,7 @@ namespace Tests {
arg =>
new ProxyForward(
Region: arg.Item1.Item1,
Port: arg.Item1.Item2.ToString(),
Port: arg.Item1.Item2,
ScalesetId: arg.Item1.Item3,
MachineId: arg.Item1.Item4,
ProxyId: arg.Item1.Item5,