Azure / Azure/azure-libraries-for-java

Add a IpConfiguration in an ApplicationSecurityGroup

オープン
#451 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
customer-reported feature-request Mgmt Network
主要言語
Java
スター
97
フォーク
102
PR マージ指標
30日以内にマージされた PR はありません

説明

I have searched very much but I haven't be able to find a way to add an IpConfiguration inside an ApplicationSecurityGroup. It is possible from Azure-cli with the following command:

`az network nic ip-config update -g core-services --nic-name vm1-net1923 --application-security-groups core-asg`

And I tried the same from Java SDK:

`azure.networkInterfaces().getById("nicId").update().updateIPConfiguration("configId")`

But there not option for ApplicationSecuritygroups.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start with the azure.networkInterfaces().getById("nicId").update().updateIPConfiguration("configId") entry point and compare its available options with the Azure CLI command. Trace how IpConfiguration updates are represented, then verify that ApplicationSecurityGroup association can be requested and persisted through the Java SDK.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, java
領域
cloud, networking
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。