問題タブ [azure-management]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - How to power on a VM in azure?
The title says it all. I've tried lots of things but I don't think any of them are worth mentioning. I have finally figured out to avoid Microsoft.WindowsAzure and have installed the Microsoft.Azure.Management.Compute and Microsoft.Azure.Common libraries.
I've finally got an authentication token like this:
But now I'm struggling to use the documentation to learn to power on my VMs. I'm not even sure exactly where to start. All I know is I'd like to avoid the REST API and keep my code in C#. I'm looking for something like:
azure - 接続トークンを使用して Azure サブスクリプションに接続する方法は?
Azure サブスクリプションに接続しようとしています。トークンを取得できるコードがあります。
このステップから、ResourceManagementClient クラスを使用して接続する方法がわかりません...
c# - SDK を使用して Azure VM の IP を取得する
VM の電源が入っていて、Azure で実行されています。その名前は知っていますが、新しい C# SDK を使用し、REST API を使用せずにプログラムで IP アドレスを取得したいと考えています。これどうやってするの?
powershell - リソース グループのプロビジョニング状態プロパティの役割とは
PowerShell を使用して、次のコマンド Get-AzureRmResourceGroupを実行 し、リソース グループに関する情報を取得しました。言及されたプロパティの 1 つは Provisioningstate で、私の場合は Succeeded であり、Failed である可能性もあると思います。
1- リソース グループに対してこのプロパティが設定されるタイミングと方法は?
2 - これは Azure Web ポータルのどこで確認できますか? これは Web ポータルのLast-deployment プロパティと同じですか?