You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is, how can find this with the name of proximity placement group ppgTest
I'm wating for something like that
ProximityPlacementGroup ppg = azureResourceManagement.proximityPlacementGroup().getByResourceGroup("My-RG", "ppgTest");
But i can't found... Someone can help me ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I try to create a VM with a proximity placement group. I found how to do that but I pass as ID this
"/subscriptions/XXX/resourceGroups/My-RG/providers/Microsoft.Compute/proximityPlacementGroups/ppgTest"
My question is, how can find this with the name of proximity placement group ppgTest
I'm wating for something like that
ProximityPlacementGroup ppg = azureResourceManagement.proximityPlacementGroup().getByResourceGroup("My-RG", "ppgTest");
But i can't found... Someone can help me ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions