Interface VirtualNetworkLink.DefinitionStages.WithReferencedVirtualNetwork<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
VirtualNetworkLink.Definition<ParentT>,VirtualNetworkLink.DefinitionStages.Blank<ParentT>,VirtualNetworkLink.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- VirtualNetworkLink.DefinitionStages
public static interface VirtualNetworkLink.DefinitionStages.WithReferencedVirtualNetwork<ParentT>The stage of the record set definition allowing to reference the virtual network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkLink.DefinitionStages.WithAttach<ParentT>withVirtualNetworkId(String virtualNetworkId)Specifies the reference of the virtual network.
-
-
-
Method Detail
-
withVirtualNetworkId
VirtualNetworkLink.DefinitionStages.WithAttach<ParentT> withVirtualNetworkId(String virtualNetworkId)
Specifies the reference of the virtual network.- Parameters:
virtualNetworkId- the id of the virtual network- Returns:
- the next stage of the definition
-
-