Uses of Class
com.microsoft.azure.management.appservice.ManagedServiceIdentity
-
-
Uses of ManagedServiceIdentity in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentitySitePatchResource. identity()Get the identity value.ManagedServiceIdentityManagedServiceIdentity. withType(ManagedServiceIdentityType type)Set type of managed service identity.ManagedServiceIdentityManagedServiceIdentity. withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities)Set the list of user assigned identities associated with the resource.Methods in com.microsoft.azure.management.appservice with parameters of type ManagedServiceIdentity Modifier and Type Method Description SitePatchResourceSitePatchResource. withIdentity(ManagedServiceIdentity identity)Set the identity value.
-