Interface ExpressRouteCrossConnection.UpdateStages.WithServiceProviderProviosioningState
-
- All Known Subinterfaces:
ExpressRouteCrossConnection.Update
- Enclosing interface:
- ExpressRouteCrossConnection.UpdateStages
public static interface ExpressRouteCrossConnection.UpdateStages.WithServiceProviderProviosioningStateThe stage of express route cross connection update allowing to specify service provider provisioning state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnection.UpdatewithServiceProviderProvisioningState(ServiceProviderProvisioningState state)Specifies the service provider provisioning state for the express route cross connection.
-
-
-
Method Detail
-
withServiceProviderProvisioningState
ExpressRouteCrossConnection.Update withServiceProviderProvisioningState(ServiceProviderProvisioningState state)
Specifies the service provider provisioning state for the express route cross connection.- Parameters:
state- the service provider provisioning state- Returns:
- next stage of update
-
-