Last active
February 4, 2018 06:36
-
-
Save jjgriff93/c68e2f305b9a328a43a1df522ab49383 to your computer and use it in GitHub Desktop.
Azure .NET mgmt API - program.cs using
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using Microsoft.Azure.Management.Compute.Fluent; | |
| using Microsoft.Azure.Management.Compute.Fluent.Models; | |
| using Microsoft.Azure.Management.Fluent; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment