Uses of Class
com.azure.resourcemanager.apicenter.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for AzureApiCenter.
Package containing the data models for AzureApiCenter.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.apicenter.fluent.models
Methods in com.azure.resourcemanager.apicenter.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionServiceInner.identity()
Get the identity property: The managed service identities assigned to this resource.Methods in com.azure.resourcemanager.apicenter.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionServiceInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentity
ManagedServiceIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.Service.identity()
Gets the identity property: The managed service identities assigned to this resource.ServiceUpdate.identity()
Get the identity property: The managed service identities assigned to this resource.ManagedServiceIdentity.withType
(ManagedServiceIdentityType type) Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).ManagedServiceIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.Methods in com.azure.resourcemanager.apicenter.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionService.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..Service.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..ServiceUpdate.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource.