Interface VirtualNetworkLink.UpdateDefinitionStages.WithReferencedVirtualNetwork<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
VirtualNetworkLink.UpdateDefinition<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.Blank<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- VirtualNetworkLink.UpdateDefinitionStages
public static interface VirtualNetworkLink.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach<ParentT>withVirtualNetworkId(String virtualNetworkId)Specifies the reference of the virtual network.
-
-
-
Method Detail
-
withVirtualNetworkId
VirtualNetworkLink.UpdateDefinitionStages.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
-
-