Uses of Class
com.azure.resourcemanager.cdn.models.ManagedServiceIdentity
-
Packages that use ManagedServiceIdentity Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityProfileInner. identity()Get the identity property: Managed service identity.ManagedServiceIdentityProfileProperties. identity()Get the identity property: Managed service identity.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ManagedServiceIdentity Modifier and Type Method Description ProfileInnerProfileInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: Managed service identity.ProfilePropertiesProfileProperties. 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityManagedServiceIdentity. withType(ManagedServiceIdentityType type)Set the type property: Type of managed service identity.ManagedServiceIdentityManagedServiceIdentity. withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)Set the userAssignedIdentities property: The list of user assigned identities associated with the resource.
-