Uses of Class
com.azure.resourcemanager.cdn.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionProfileInner.identity()Get the identity property: Managed service identity (system assigned and/or user assigned identities).Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionProfileInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities). -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ManagedServiceIdentityModifier and TypeClassDescriptionfinal classManaged service identity (system assigned and/or user assigned identities).Methods in com.azure.resourcemanager.cdn.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentityManagedServiceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.ProfileUpdateParameters.identity()Get the identity property: Managed service identity (system assigned and/or user assigned identities).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.cdn.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionProfileUpdateParameters.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities).