Interface ApiManagementServiceResource.DefinitionStages.WithIdentity
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithIdentity
The stage of the ApiManagementServiceResource definition 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
ApiManagementServiceResource.DefinitionStages.WithCreate withIdentity(ApiManagementServiceIdentity identity) 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.
-