Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiManagementServiceIdentity
Packages that use ApiManagementServiceIdentity
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementServiceIdentity in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementServiceIdentityModifier and TypeMethodDescriptionApiManagementServiceResourceInner.identity()Get the identity property: Managed service identity of the Api Management service.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ApiManagementServiceIdentityModifier and TypeMethodDescriptionApiManagementServiceResourceInner.withIdentity(ApiManagementServiceIdentity identity) Set the identity property: Managed service identity of the Api Management service. -
Uses of ApiManagementServiceIdentity in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceIdentityModifier and TypeMethodDescriptionstatic ApiManagementServiceIdentityApiManagementServiceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementServiceIdentity from the JsonReader.ApiManagementServiceResource.identity()Gets the identity property: Managed service identity of the Api Management service.ApiManagementServiceUpdateParameters.identity()Get the identity property: Managed service identity of the Api Management service.ApiManagementServiceIdentity.withType(ApimIdentityType type) Set the type property: The type of identity used for the resource.ApiManagementServiceIdentity.withUserAssignedIdentities(Map<String, UserIdentityProperties> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiManagementServiceIdentityModifier and TypeMethodDescriptionApiManagementServiceResource.DefinitionStages.WithIdentity.withIdentity(ApiManagementServiceIdentity identity) Specifies the identity property: Managed service identity of the Api Management service..ApiManagementServiceResource.UpdateStages.WithIdentity.withIdentity(ApiManagementServiceIdentity identity) Specifies the identity property: Managed service identity of the Api Management service..ApiManagementServiceUpdateParameters.withIdentity(ApiManagementServiceIdentity identity) Set the identity property: Managed service identity of the Api Management service.