Interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithSharedKey
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Definition,ExpressRouteCrossConnectionPeering.DefinitionStages.WithCreate
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.DefinitionStages
public static interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithSharedKeyThe stage of Express Route Cross Connection Peering definition allowing to specify a Shared Key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.DefinitionStages.WithCreatewithSharedKey(String sharedKey)Specifies the shared key.
-
-
-
Method Detail
-
withSharedKey
ExpressRouteCrossConnectionPeering.DefinitionStages.WithCreate withSharedKey(String sharedKey)
Specifies the shared key.- Parameters:
sharedKey- the shared key- Returns:
- the next stage of the definition
-
-