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.ProfileProperties.identity()Get the identity property: Managed service identity.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.ProfileProperties.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: Type of managed service identity.ManagedServiceIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The list of user assigned identities associated with the resource.