Interface VirtualNetwork.DefinitionStages.WithVmmServerId
-
- All Known Subinterfaces:
VirtualNetwork.Definition
,VirtualNetwork.DefinitionStages.WithCreate
- Enclosing interface:
- VirtualNetwork.DefinitionStages
public static interface VirtualNetwork.DefinitionStages.WithVmmServerId
The stage of the VirtualNetwork definition allowing to specify vmmServerId.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetwork.DefinitionStages.WithCreate
withVmmServerId(String vmmServerId)
Specifies the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides..
-
-
-
Method Detail
-
withVmmServerId
VirtualNetwork.DefinitionStages.WithCreate withVmmServerId(String vmmServerId)
Specifies the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides..- Parameters:
vmmServerId
- ARM Id of the vmmServer resource in which this resource resides.- Returns:
- the next definition stage.
-
-