Interface VirtualNetwork.DefinitionStages.WithInventoryItemId
-
- All Known Subinterfaces:
VirtualNetwork.Definition
,VirtualNetwork.DefinitionStages.WithCreate
- Enclosing interface:
- VirtualNetwork.DefinitionStages
public static interface VirtualNetwork.DefinitionStages.WithInventoryItemId
The stage of the VirtualNetwork definition allowing to specify inventoryItemId.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetwork.DefinitionStages.WithCreate
withInventoryItemId(String inventoryItemId)
Specifies the inventoryItemId property: Gets or sets the inventory Item ID for the resource..
-
-
-
Method Detail
-
withInventoryItemId
VirtualNetwork.DefinitionStages.WithCreate withInventoryItemId(String inventoryItemId)
Specifies the inventoryItemId property: Gets or sets the inventory Item ID for the resource..- Parameters:
inventoryItemId
- Gets or sets the inventory Item ID for the resource.- Returns:
- the next definition stage.
-
-