Interface ApiManagementServiceResource.UpdateStages.WithIdentity
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithIdentity
The stage of the ApiManagementServiceResource update allowing to specify identity.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentity(ApiManagementServiceIdentity identity) Specifies the identity property: Managed service identity of the Api Management service..
-
Method Details
-
withIdentity
Specifies the identity property: Managed service identity of the Api Management service..- Parameters:
identity- Managed service identity of the Api Management service.- Returns:
- the next definition stage.
-