Interface ApiManagementServiceResource.UpdateStages.WithDeveloperPortalStatus
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithDeveloperPortalStatus
The stage of the ApiManagementServiceResource update allowing to specify developerPortalStatus.
-
Method Summary
Modifier and TypeMethodDescriptionwithDeveloperPortalStatus(DeveloperPortalStatus developerPortalStatus) Specifies the developerPortalStatus property: Status of developer portal in this API Management service..
-
Method Details
-
withDeveloperPortalStatus
ApiManagementServiceResource.Update withDeveloperPortalStatus(DeveloperPortalStatus developerPortalStatus) Specifies the developerPortalStatus property: Status of developer portal in this API Management service..- Parameters:
developerPortalStatus- Status of developer portal in this API Management service.- Returns:
- the next definition stage.
-