Azure / Azure/azure-libraries-for-java
Add a IpConfiguration in an ApplicationSecurityGroup
- Lenguaje dominante
- Java
- Estrellas
- 97
- Forks
- 102
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- azure, java
- Área
- cloud, networking
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100