Azure / Azure/azure-libraries-for-java
Add a IpConfiguration in an ApplicationSecurityGroup
- Langage dominant
- Java
- Étoiles
- 97
- Forks
- 102
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- azure, java
- Domaine
- cloud, networking
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100