Azure / Azure/azure-libraries-for-java

Add a IpConfiguration in an ApplicationSecurityGroup

Aperta
#451 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
customer-reported feature-request Mgmt Network
Lingua principale
Java
Stelle
97
Fork
102
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.